mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2025-04-02 19:56:10 +03:00
Merge eee5e806fb
into 1636a8f8f4
This commit is contained in:
commit
dbb124edea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
|||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
||||
- name: Docker Buildx (build)
|
||||
uses: docker/build-push-action@v6.13.0
|
||||
uses: docker/build-push-action@v6.15.0
|
||||
if: success() && !contains(github.ref, 'master')
|
||||
with:
|
||||
push: false
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Docker Buildx (push)
|
||||
uses: docker/build-push-action@v6.13.0
|
||||
uses: docker/build-push-action@v6.15.0
|
||||
if: success() && contains(github.ref, 'master')
|
||||
with:
|
||||
push: true
|
||||
|
|
Loading…
Add table
Reference in a new issue