Skip to content

Commit

Permalink
Merge pull request #37 from crazy-max/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
crazy-max authored Sep 13, 2023
2 parents 7841975 + 9aeea9f commit 806baae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
driver-opts: network=host
-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./test
push: true
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
driver-opts: network=host
-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./test
push: true
Expand Down

0 comments on commit 806baae

Please sign in to comment.