We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2208070 commit 0a22663Copy full SHA for 0a22663
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
echo "$(make -s log | grep TAG)" >> "$GITHUB_ENV"
23
- name: Build container image
24
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
25
with:
26
context: .
27
push: false
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
.github/workflows/image-push.yml
@@ -43,7 +43,7 @@ jobs:
43
password: ${{ env.DOCKER_PASSWORD }}
44
45
46
47
48
49
push: true
0 commit comments