mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-25 06:26:06 +03:00
Merge pull request #7 from Neur0toxine/dependabot/github_actions/docker/build-push-action-3.2.0
Bump docker/build-push-action from 3.1.1 to 3.2.0
This commit is contained in:
commit
0843fbedf3
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
@ -80,7 +80,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@v3.1.1
|
uses: docker/build-push-action@v3.2.0
|
||||||
if: success() && !contains(github.ref, 'master')
|
if: success() && !contains(github.ref, 'master')
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
@ -98,7 +98,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Docker Buildx (push)
|
- name: Docker Buildx (push)
|
||||||
uses: docker/build-push-action@v3.1.1
|
uses: docker/build-push-action@v3.2.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