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 8b60bbc commit 2c553c9Copy full SHA for 2c553c9
.github/workflows/scip-docker.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: docker/setup-buildx-action@v2
33
- name: Build Dockerfile
34
id: docker_build_autoindex
35
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
36
with:
37
file: Dockerfile.autoindex
38
push: false
.github/workflows/scip-release.yml
@@ -27,7 +27,7 @@ jobs:
27
password: ${{ secrets.DOCKER_PASSWORD }}
28
- name: Build and push
29
30
31
push: true
0 commit comments