Skip to content

Commit

Permalink
Update build-and-publish-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StarTrooper08 committed Aug 15, 2024
1 parent f01c714 commit a0e6069
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,4 @@ jobs:
build-args: |
CONTAINER_VERSION=${{ env.VERSION }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64


- name: Build and push ARM based Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:arm.${{ github.ref_name }}
build-args: |
CONTAINER_VERSION=${{ env.VERSION }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
#platforms: linux/amd64

0 comments on commit a0e6069

Please sign in to comment.