Skip to content

Commit

Permalink
Try multiplatform build again
Browse files Browse the repository at this point in the history
  • Loading branch information
falkyre authored Mar 11, 2024
1 parent 657b279 commit 02b6902
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Build the packer-arm-ansible image
# run: |
# docker build . --tag ghcr.io/falkyre/packer-arm-ansible:latest --tag ghcr.io/falkyre/packer-arm-ansible:1.0.8
# docker push ghcr.io/falkyre/packer-arm-ansible:latest
#- name: Build the packer-arm-ansible image
# run: |
# docker build . --tag ghcr.io/falkyre/packer-arm-ansible:latest --tag ghcr.io/falkyre/packer-arm-ansible:1.0.8
# docker push ghcr.io/falkyre/packer-arm-ansible:latest

- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: falkyre/packer-arm-ansible:latest

0 comments on commit 02b6902

Please sign in to comment.