Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / build (push) Successful in 32s
Tomcode landing build/deploy / dockerize (push) Failing after 22s

This commit is contained in:
thomas 2024-09-22 14:02:58 +02:00
parent a6bd5d1da4
commit a9922a9896

View File

@ -67,5 +67,4 @@ jobs:
linux/arm64 linux/arm64
push: true push: true
tags: | # replace it with your local IP and tags tags: | # replace it with your local IP and tags
git.tomcode.io/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} git.tomcode.io/tomcode/landing:latest
git.tomcode.io/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}