Skip to content

Commit

Permalink
Do not push to dockerhub
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <[email protected]>
  • Loading branch information
dwertent committed Nov 14, 2024
1 parent b1af2fd commit 441cf70
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ jobs:
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
push-to-dockerhub:
needs: image-tags
uses: ./.github/workflows/cross-build-images.yaml
with:
registry: docker.io
repository: ${{ github.repository_owner }}
image_tags: ${{ needs.image-tags.outputs.tags }}
secrets:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# push-to-dockerhub:
# needs: image-tags
# uses: ./.github/workflows/cross-build-images.yaml
# with:
# registry: docker.io
# repository: ${{ github.repository_owner }}
# image_tags: ${{ needs.image-tags.outputs.tags }}
# secrets:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

push-to-ghcr:
needs: image-tags
Expand Down

0 comments on commit 441cf70

Please sign in to comment.