Skip to content

Commit 2c553c9

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 8b60bbc commit 2c553c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scip-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: docker/setup-buildx-action@v2
3333
- name: Build Dockerfile
3434
id: docker_build_autoindex
35-
uses: docker/build-push-action@v4
35+
uses: docker/build-push-action@v6
3636
with:
3737
file: Dockerfile.autoindex
3838
push: false

.github/workflows/scip-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKER_PASSWORD }}
2828
- name: Build and push
2929
id: docker_build_autoindex
30-
uses: docker/build-push-action@v4
30+
uses: docker/build-push-action@v6
3131
with:
3232
file: Dockerfile.autoindex
3333
push: true

0 commit comments

Comments
 (0)