mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-27 07:26:03 +03:00
Compare commits
No commits in common. "80e1f206d23ae5bb25ec527e5f18caf8c731d14b" and "24b7efed3fb42c0e4da87269878af44b65c91837" have entirely different histories.
80e1f206d2
...
24b7efed3f
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
||||
- name: Docker Buildx (build)
|
||||
uses: docker/build-push-action@v6.1.0
|
||||
uses: docker/build-push-action@v5.4.0
|
||||
if: success() && !contains(github.ref, 'master')
|
||||
with:
|
||||
push: false
|
||||
@ -113,7 +113,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Docker Buildx (push)
|
||||
uses: docker/build-push-action@v6.1.0
|
||||
uses: docker/build-push-action@v5.4.0
|
||||
if: success() && contains(github.ref, 'master')
|
||||
with:
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user