fix: gitea actions tag variable
All checks were successful
Publish morthimer/website image / lint (push) Successful in 10s
Publish morthimer/website image / build (push) Successful in 45s

This commit is contained in:
2024-05-19 20:57:01 +00:00
parent 3989816f64
commit a8a76e53af

View File

@@ -35,6 +35,6 @@ jobs:
push: true push: true
tags: | tags: |
${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest ${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest
${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.tag }} ${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.ref_name }}
build-args: | build-args: |
img_ver=${{ gitea.tag }} img_ver=${{ gitea.ref_name }}