We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f052dd2 commit dfdafe2Copy full SHA for dfdafe2
.github/workflows/util-build-and-deploy.yaml
@@ -44,7 +44,7 @@ jobs:
44
echo "sha_short=$sha_short" >> $GITHUB_OUTPUT
45
echo "built_at=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
46
47
- # Login against a Docker registry except on PR
+ # Login against a Docker registry
48
# https://github.com/docker/login-action
49
- name: Log into registry ${{ env.REGISTRY }}
50
uses: docker/login-action@v3
@@ -69,7 +69,7 @@ jobs:
69
type=ref,event=pr
70
type=sha
71
72
- # Build and push Docker image with Buildx (don't push on PR)
+ # Build and push Docker image with Buildx (don't push if deploy is false)
73
# https://github.com/docker/build-push-action
74
- name: Build and push Docker image
75
uses: docker/build-push-action@v6
0 commit comments