From 7c180a533ddc3c0af2593ec1319bd531e46f58102d4058f59f4a1e9f77f73611 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Sat, 6 Jul 2024 23:53:34 +0200 Subject: [PATCH] use the commit sha asa an image tag --- .gitea/workflows/release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}