Skip to content

Commit ae1995e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
platforms: linux/arm/v7
5454
push: true
5555
tags: |
56-
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:daemon-latest
56+
ghcr.io/${{ github.repository_owner }}/armhf-mcsmanager-daemon:latest
5757
${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959

@@ -65,6 +65,6 @@ jobs:
6565
platforms: linux/arm/v7
6666
push: true
6767
tags: |
68-
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:web-latest
68+
ghcr.io/${{ github.repository_owner }}/armhf-mcsmanager-web:latest
6969
${{ steps.meta.outputs.tags }}
7070
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)