diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index c2e0e87..1c8c160 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -22,7 +22,7 @@ jobs: name: Run Kaniko to build our docker container. with: image: kocoded/gitea-workspaces/ubuntu-vscode-node - tag: ${{ gitea.ref }} + tag: ${{ gitea.workflow_sha }} tag_with_latest: true registry: git.kocoder.xyz username: ${{ secrets.CI_RUNNER_USER }}