Skip to content

Commit 33ac800

Browse files
authored
Tag builds instead of separating packages
1 parent 7fe716c commit 33ac800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
id: meta
6464
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
6565
with:
66-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-arm64
66+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767

6868
- name: Build and push Docker image
6969
uses: docker/build-push-action@v4
7070
with:
7171
context: .
7272
platforms: linux/arm64
7373
push: true
74-
tags: ${{ steps.meta.outputs.tags }}
75-
labels: ${{ steps.meta.outputs.labels }}
74+
tags: ${{ steps.meta.outputs.tags }}-arm64
75+
labels: ${{ steps.meta.outputs.labels }}-arm64

0 commit comments

Comments
 (0)