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