mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-23 21:46:06 +03:00
Compare commits
No commits in common. "24b7efed3fb42c0e4da87269878af44b65c91837" and "58f96524463409912d1beb2c8ee05da9f5ec9408" have entirely different histories.
24b7efed3f
...
58f9652446
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
@ -95,7 +95,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@v5.4.0
|
uses: docker/build-push-action@v5.3.0
|
||||||
if: success() && !contains(github.ref, 'master')
|
if: success() && !contains(github.ref, 'master')
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
@ -113,7 +113,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Docker Buildx (push)
|
- name: Docker Buildx (push)
|
||||||
uses: docker/build-push-action@v5.4.0
|
uses: docker/build-push-action@v5.3.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