Update .gitea/workflows/build-and-deploy.yml
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 1m40s
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 1m40s
This commit is contained in:
@@ -49,4 +49,6 @@ jobs:
|
||||
context: ./dockerfile_build
|
||||
push: true
|
||||
# Tag the image with the Gitea instance, image name, and the git commit SHA.
|
||||
tags: ${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}
|
||||
tags: |
|
||||
${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:latest
|
||||
${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}
|
||||
|
||||
Reference in New Issue
Block a user