We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4162e commit ae1995eCopy full SHA for ae1995e
.github/workflows/docker-build.yml
@@ -53,7 +53,7 @@ jobs:
53
platforms: linux/arm/v7
54
push: true
55
tags: |
56
- ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:daemon-latest
+ ghcr.io/${{ github.repository_owner }}/armhf-mcsmanager-daemon:latest
57
${{ steps.meta.outputs.tags }}
58
labels: ${{ steps.meta.outputs.labels }}
59
@@ -65,6 +65,6 @@ jobs:
65
66
67
68
- ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:web-latest
+ ghcr.io/${{ github.repository_owner }}/armhf-mcsmanager-web:latest
69
70
0 commit comments