Update manual docker build to use dynamic repo owner
This commit is contained in:
12
.github/workflows/manual-docker-build.yml
vendored
12
.github/workflows/manual-docker-build.yml
vendored
@@ -32,11 +32,11 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: >-
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository_owner }}/reticulum-meshchat:latest,
|
||||||
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
|
ghcr.io/${{ github.repository_owner }}/reticulum-meshchat:${{ github.ref_name }}
|
||||||
labels: |
|
labels: >-
|
||||||
org.opencontainers.image.title=Reticulum MeshChat
|
org.opencontainers.image.title=Reticulum MeshChat,
|
||||||
org.opencontainers.image.description=Docker image for Reticulum MeshChat
|
org.opencontainers.image.description=Docker image for Reticulum MeshChat,
|
||||||
org.opencontainers.image.url=https://github.com/${{ github.repository }}/pkgs/container/reticulum-meshchat/
|
org.opencontainers.image.url=https://github.com/${{ github.repository }}/pkgs/container/reticulum-meshchat/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user