Skip to content

Commit 8e4162e

Browse files
committed
Update docker-build.yml
1 parent c3e5e89 commit 8e4162e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
uses: docker/metadata-action@v5
3838
with:
3939
images: |
40-
ghcr.io/${{ github.repository_owner }}/armhf-mcsm-daemon
41-
ghcr.io/${{ github.repository_owner }}/armhf-mcsm-web
40+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
4241
tags: |
4342
type=ref,event=branch
4443
type=ref,event=pr
@@ -54,7 +53,7 @@ jobs:
5453
platforms: linux/arm/v7
5554
push: true
5655
tags: |
57-
ghcr.io/${{ github.repository_owner }}/armhf-mcsm-daemon:latest
56+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:daemon-latest
5857
${{ steps.meta.outputs.tags }}
5958
labels: ${{ steps.meta.outputs.labels }}
6059

@@ -66,6 +65,6 @@ jobs:
6665
platforms: linux/arm/v7
6766
push: true
6867
tags: |
69-
ghcr.io/${{ github.repository_owner }}/armhf-mcsm-web:latest
68+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:web-latest
7069
${{ steps.meta.outputs.tags }}
7170
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)