Skip to content

Commit

Permalink
Merge pull request #478 from H2-invent/hotfix/create_docker_images
Browse files Browse the repository at this point in the history
add docker hub push to relese pipeline
  • Loading branch information
holema authored Nov 12, 2023
2 parents 5c8ece6 + 02c797f commit 3172965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
reponame: 'h2invent/jitsi-admin-main'
dockerfile_path: './Dockerfile'
directory: '.'
version: h2invent/jitsi-admin-main:latest,h2invent/jitsi-admin-main:${{ needs.create_release.outputs.create_release_output }}
version: h2-invent/jitsi-admin-main:latest,h2invent/jitsi-admin-main:${{ needs.create_release.outputs.create_release_output }}
secrets:
dockerhub_password: ${{ secrets.DOCKERHUB_TOKEN }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}

upload_dockerhub_websocket:
needs:
- create_release
uses: h2invent/jitsi-admin/.github/workflows/task-upload-docker-hub.yml@devops
uses: h2-invent/jitsi-admin/.github/workflows/task-upload-docker-hub.yml@devops
with:
reponame: 'h2invent/jitsi-admin-websocket'
dockerfile_path: './nodejs/Dockerfile'
Expand Down

0 comments on commit 3172965

Please sign in to comment.