Skip to content

Commit

Permalink
Merge pull request #479 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 3172965 + 2cd9200 commit 943ab09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
upload_dockerhub_main:
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-main'
dockerfile_path: './Dockerfile'
directory: '.'
version: h2-invent/jitsi-admin-main:latest,h2invent/jitsi-admin-main:${{ needs.create_release.outputs.create_release_output }}
version: h2invent/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 }}
Expand All @@ -99,4 +99,4 @@ jobs:
version: h2invent/jitsi-admin-websocket:latest,h2invent/jitsi-admin-websocket:${{ needs.create_release.outputs.create_release_output }}
secrets:
dockerhub_password: ${{ secrets.DOCKERHUB_TOKEN }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}

0 comments on commit 943ab09

Please sign in to comment.