Skip to content

Commit

Permalink
multiplatform debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanner committed May 30, 2023
1 parent e599fdb commit fdf9566
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
#push: false
tags: |
${{ env.IMAGE_NAME }}:${GITHUB_REF_NAME}
${{ env.IMAGE_NAME }}:test
# ${{ env.IMAGE_NAME }}:latest
"${{ env.IMAGE_NAME }}:${GITHUB_REF_NAME}"
"${{ env.IMAGE_NAME }}:test"
# "${{ env.IMAGE_NAME }}:latest"

0 comments on commit fdf9566

Please sign in to comment.