Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Update DiploiBuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Jun 9, 2023
1 parent 9275fb1 commit 84c5d78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion initialProject/.github/workflows/DiploiBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
images: ${{ secrets.DIPLOI_REGISTRY_HOSTNAME }}/${{ env.IMAGE_NAME }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -37,7 +40,8 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/arm64
pull: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 84c5d78

Please sign in to comment.