Remove demo
Correct the tags to align with Gitea Repo expected tags
This commit is contained in:
@@ -21,9 +21,9 @@ jobs:
|
||||
# do not push yet
|
||||
push: false
|
||||
tags: |
|
||||
${{ github.repository }}:${{ github.sha }}
|
||||
${{ github.repository }}:${{ github.ref_name }}
|
||||
${{ github.repository }}:latest
|
||||
${{ secrets.REGISTRY_HOST }}/${{ github.repository }}:${{ github.sha }}
|
||||
${{ secrets.REGISTRY_HOST }}/${{ github.repository }}:${{ github.ref_name }}
|
||||
${{ secrets.REGISTRY_HOST }}/${{ github.repository }}:latest
|
||||
build-args: |
|
||||
# Add any build args here
|
||||
# ARG_NAME=VALUE
|
||||
Reference in New Issue
Block a user