Skip to content

Commit fb91428

Browse files
chore(deps): update docker/build-push-action action to v4 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 851f4a7 commit fb91428

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
@@ -39,7 +39,7 @@ jobs:
3939
- uses: docker/setup-buildx-action@v1
4040
- name: Build Dockerfile
4141
id: docker_build_autoindex
42-
uses: docker/build-push-action@v2
42+
uses: docker/build-push-action@v4
4343
with:
4444
file: Dockerfile.autoindex
4545
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@v2
30+
uses: docker/build-push-action@v4
3131
with:
3232
file: Dockerfile.autoindex
3333
push: true

0 commit comments

Comments
 (0)