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
|
||||
with:
|
||||
context: .
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in New Issue