fix: Prefix the image name with our registry in the tag
Some checks failed
Build and publish custom Asciidoctor image / Build and push to Container Registry (push) Failing after 1m44s
Some checks failed
Build and publish custom Asciidoctor image / Build and push to Container Registry (push) Failing after 1m44s
This commit is contained in:
parent
8559aec613
commit
b3383e7c7f
@ -8,6 +8,9 @@ on:
|
|||||||
- "docker/Dockerfile"
|
- "docker/Dockerfile"
|
||||||
- ".gitea/workflows/image.yaml"
|
- ".gitea/workflows/image.yaml"
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOCKER_IMG: docker-asciidoctor-wavedrom
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and push to Container Registry
|
name: Build and push to Container Registry
|
||||||
@ -39,6 +42,6 @@ jobs:
|
|||||||
context: ./docker
|
context: ./docker
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
docker-asciidoctor-wavedrom:${{ github.sha }}
|
${{ vars.CONTAINER_REGISTRY_URL }}/${{ env.DOCKER_IMG }}:${{ gitea.sha }}
|
||||||
docker-asciidoctor-wavedrom:latest
|
${{ vars.CONTAINER_REGISTRY_URL }}/${{ env.DOCKER_IMG }}:latest
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
Reference in New Issue
Block a user