We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09a0fd commit 0395e63Copy full SHA for 0395e63
.github/workflows/build-container.yml
@@ -46,8 +46,6 @@ jobs:
46
tags: |
47
ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }}
48
ghcr.io/${{ github.repository }}:latest
49
- #${{ secrets.DOCKER_HUB_REPO }}:${{ env.IMAGE_TAG }}
50
- #${{ secrets.DOCKER_HUB_REPO }}:latest
51
52
- name: Build and push image for main
53
uses: docker/build-push-action@v5
0 commit comments