Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Bump docker/build-push-action from 5 to 6 #154

Merged
merged 1 commit into from
Jun 24, 2024
Merged
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Build doctools docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
file: Dockerfile.doctools

- name: Build Releasetools docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Build and push Docktools docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
file: Dockerfile.doctools
tags: clearcode/pyziomkidoctools:latest

- name: Build and push Releasetools docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Build and push doctools docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Build and push releasetools docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down