mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 07:16:01 +03:00
build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0 (#153)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb38a02b4b
commit
a5ae2dcc7b
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||||
|
|
||||||
- name: Docker Buildx (build)
|
- name: Docker Buildx (build)
|
||||||
uses: docker/build-push-action@v2.9.0
|
uses: docker/build-push-action@v2.10.0
|
||||||
if: success() && !contains(github.ref, 'master')
|
if: success() && !contains(github.ref, 'master')
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Docker Buildx (push)
|
- name: Docker Buildx (push)
|
||||||
uses: docker/build-push-action@v2.9.0
|
uses: docker/build-push-action@v2.10.0
|
||||||
if: success() && contains(github.ref, 'master')
|
if: success() && contains(github.ref, 'master')
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
Reference in New Issue
Block a user