Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
crazy-max committed Jun 20, 2024
2 parents 25cb73f + a93701e commit e0c95fc
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 @@ -185,7 +185,7 @@ jobs:
driver-opts: network=host
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./test
push: true
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
driver-opts: network=host
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./test
push: true
Expand Down

0 comments on commit e0c95fc

Please sign in to comment.