mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-24 05:56:06 +03:00
Compare commits
No commits in common. "d063b9319d813629aa1a5214de9f95b5aa3de79e" and "be75451d12d224618ac55026de04a74a7b028627" have entirely different histories.
d063b9319d
...
be75451d12
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
||||
- name: Docker Buildx (build)
|
||||
uses: docker/build-push-action@v5.1.0
|
||||
uses: docker/build-push-action@v5.0.0
|
||||
if: success() && !contains(github.ref, 'master')
|
||||
with:
|
||||
push: false
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Docker Buildx (push)
|
||||
uses: docker/build-push-action@v5.1.0
|
||||
uses: docker/build-push-action@v5.0.0
|
||||
if: success() && contains(github.ref, 'master')
|
||||
with:
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user