There was an error while loading. Please reload this page.
1 parent c97e1fc commit 6bbe170Copy full SHA for 6bbe170
1 file changed
.github/workflows/_container.yml
@@ -29,7 +29,7 @@ jobs:
29
password: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Build and export to Docker local cache
32
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
33
env:
34
DOCKER_BUILD_RECORD_UPLOAD: false
35
with:
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Push cached image to container registry
54
if: inputs.publish && github.ref_type == 'tag'
55
56
57
58
# This does not build the image again, it will find the image in the
0 commit comments