csv
/ build_and_test (push) Failing after 10s Details

pull/2/head
jhot 2023-09-19 11:01:24 -06:00
parent 18fa1187cf
commit 8016ff837e
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 3 deletions

View File

@ -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 }}