Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-docker310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push alpine 3.10
id: docker_build_alpine_310
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-alpine
Expand All @@ -35,7 +35,7 @@ jobs:
py_ver=3.10-rc
- name: Build and push slim 3.10
id: docker_build_slim_310
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-alpine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docker38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push alpine 3.8
id: docker_build_alpine_38
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-alpine
Expand All @@ -35,7 +35,7 @@ jobs:
py_ver=3.8
- name: Build and push slim 3.8
id: docker_build_slim_38
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-alpine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docker39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push alpine 3.9
id: docker_build_alpin39
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-alpine
Expand All @@ -34,7 +34,7 @@ jobs:
complexity_version=${{ steps.get_version.outputs.version }}
- name: Build and push slim 3.9
id: docker_build_slim_39
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-alpine
Expand Down