csv
/ build_and_test (push) Failing after 10s
Details
/ build_and_test (push) Failing after 10s
Details
parent
18fa1187cf
commit
8016ff837e
|
@ -39,9 +39,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v4.2.1
|
uses: docker/build-push-action@v4.2.1
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms:
|
platforms: linux/amd64,linux/arm64
|
||||||
- linux/amd64
|
|
||||||
- linux/arm64
|
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Reference in New Issue