Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 187fbb4 commit 501e79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build (and push if on master)
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./servers/reader
file: ./servers/reader/Dockerfile
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Build (and push if on master)
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./servers/translator
file: ./servers/translator/Dockerfile
Expand Down

0 comments on commit 501e79f

Please sign in to comment.