8000
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 851f4a7 commit fb91428Copy full SHA for fb91428
.github/workflows/scip-docker.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: docker/setup-buildx-action@v1
40
- name: Build Dockerfile
41
id: docker_build_autoindex
42
- uses: docker/build-push-actio 9A49 n@v2
+ uses: docker/build-push-action@v4
43
with:
44
file: Dockerfile.autoindex
45
push: false
.github/workflows/scip-release.yml
@@ -27,7 +27,7 @@ jobs:
27
password: ${{ secrets.DOCKER_PASSWORD }}
28
- name: Build and push
29
30
- uses: docker/build-push-action@v2
31
32
33
push: true
0 commit comments