Skip to content

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
rafsaf authored Sep 12, 2023
2 parents 852f7c1 + 2195e9a commit 3f72ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}

- name: Build and push backuper image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}

- name: Build and push backuper image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile
context: .
Expand Down

0 comments on commit 3f72ad8

Please sign in to comment.