We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e529b commit d4ed9b9Copy full SHA for d4ed9b9
.github/workflows/build-docker-containers.yaml
@@ -24,7 +24,7 @@ jobs:
24
password: ${{ secrets.GITHUB_TOKEN }}
25
- name: Build and push
26
id: docker_build
27
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
28
with:
29
push: true
30
platforms: linux/amd64
0 commit comments