diff --git a/.gitea/workflows/publish-image.yml b/.gitea/workflows/publish-image.yml index 3d401bd..615fea7 100644 --- a/.gitea/workflows/publish-image.yml +++ b/.gitea/workflows/publish-image.yml @@ -35,6 +35,6 @@ jobs: push: true tags: | ${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest - ${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.tag }} + ${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.ref_name }} build-args: | - img_ver=${{ gitea.tag }} \ No newline at end of file + img_ver=${{ gitea.ref_name }} \ No newline at end of file