Skip to content

Commit dfdafe2

Browse files
committed
fix: edit comments
1 parent f052dd2 commit dfdafe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/util-build-and-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "sha_short=$sha_short" >> $GITHUB_OUTPUT
4545
echo "built_at=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
4646
47-
# Login against a Docker registry except on PR
47+
# Login against a Docker registry
4848
# https://github.com/docker/login-action
4949
- name: Log into registry ${{ env.REGISTRY }}
5050
uses: docker/login-action@v3
@@ -69,7 +69,7 @@ jobs:
6969
type=ref,event=pr
7070
type=sha
7171
72-
# Build and push Docker image with Buildx (don't push on PR)
72+
# Build and push Docker image with Buildx (don't push if deploy is false)
7373
# https://github.com/docker/build-push-action
7474
- name: Build and push Docker image
7575
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)