mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-13 09:21:15 +00:00
Merge pull request #37 from crazy-max/dependabot/github_actions/docker/build-push-action-5
build(deps): bump docker/build-push-action from 4 to 5
This commit is contained in:
commit
806baaed75
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue