We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3bf24 commit 8aa68a2Copy full SHA for 8aa68a2
.github/workflows/docker-image.yml
@@ -51,6 +51,7 @@ jobs:
51
else
52
# Tag as `nightly` for pushes to main
53
echo "TAGS=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly" >> $GITHUB_ENV
54
+ fi
55
shell: bash
56
57
# Build and push Docker image with Buildx
0 commit comments