Skip to content

Commit d4ed9b9

Browse files
Update docker/build-push-action action to v6
1 parent c4e529b commit d4ed9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Build and push
2626
id: docker_build
27-
uses: docker/build-push-action@v5
27+
uses: docker/build-push-action@v6
2828
with:
2929
push: true
3030
platforms: linux/amd64

0 commit comments

Comments
 (0)