mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
build(deps): bump docker/build-push-action from 2.9.0 to 3.0.0 (#78)
This commit is contained in:
parent
a9d1c728d9
commit
fac97370c1
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v2.9.0
|
||||
uses: docker/build-push-action@v3.0.0
|
||||
with:
|
||||
tags: ${{ env.IMAGE_TO_TEST }}
|
||||
load: true
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
|
||||
- name: Push
|
||||
if: contains(github.event.pull_request.labels.*.name, 'ci/push-image')
|
||||
uses: docker/build-push-action@v2.9.0
|
||||
uses: docker/build-push-action@v3.0.0
|
||||
with:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
pull: true
|
||||
|
Loading…
Reference in New Issue
Block a user