fix: Just found the obligatory image naming scheme in the docs...
All checks were successful
Build and publish custom Asciidoctor image / Build and push to Container Registry (push) Successful in 1m53s
All checks were successful
Build and publish custom Asciidoctor image / Build and push to Container Registry (push) Successful in 1m53s
This commit is contained in:
parent
b3383e7c7f
commit
297e9bb897
@ -42,6 +42,6 @@ jobs:
|
||||
context: ./docker
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
${{ vars.CONTAINER_REGISTRY_URL }}/${{ env.DOCKER_IMG }}:${{ gitea.sha }}
|
||||
${{ vars.CONTAINER_REGISTRY_URL }}/${{ env.DOCKER_IMG }}:latest
|
||||
${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository_owner }}/${{ env.DOCKER_IMG }}:${{ gitea.sha }}
|
||||
${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository_owner }}/${{ env.DOCKER_IMG }}:latest
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user