Compare commits
2
Commits
4ec10db3bc
...
768f4ae991
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
768f4ae991
|
||
|
|
648bb34237
|
@@ -40,6 +40,8 @@ jobs:
|
|||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
if: ${{ steps.delivery.outputs.run == 'true' }}
|
if: ${{ steps.delivery.outputs.run == 'true' }}
|
||||||
uses: https://github.com/docker/setup-qemu-action@v3
|
uses: https://github.com/docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
cache-image: "false"
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
if: ${{ steps.delivery.outputs.run == 'true' }}
|
if: ${{ steps.delivery.outputs.run == 'true' }}
|
||||||
@@ -80,6 +82,8 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
if: ${{ steps.delivery.outputs.run == 'true' }}
|
if: ${{ steps.delivery.outputs.run == 'true' }}
|
||||||
uses: https://github.com/docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v6
|
||||||
|
env:
|
||||||
|
DOCKER_BUILD_RECORD_UPLOAD: "false"
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user