We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6235f0 commit cdf3e5dCopy full SHA for cdf3e5d
.github/workflows/check-containers.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@v4
44
45
- name: Build and push to local registry
46
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
47
with:
48
context: .
49
file: ${{ matrix.image.path }}
.github/workflows/push-container-images.yml
@@ -59,7 +59,7 @@ jobs:
59
images: ${{ matrix.image.registry }}/${{ matrix.image.name }}
60
61
- name: Build and push image
62
63
64
65
0 commit comments