Skip to content

Commit

Permalink
Merge pull request #124 from ClearcodeHQ/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
fizyk authored Sep 18, 2023
2 parents cb41cd3 + 40de8f0 commit 1f7f99c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: false
file: Dockerfile.doctools

- name: Build Releasetools docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
file: Dockerfile.doctools
tags: clearcode/pyziomkidoctools:latest

- name: Build and push Releasetools docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 1f7f99c

Please sign in to comment.