From da301fb73e644d5b773c9b2c4269bbb2e5cbaf76 Mon Sep 17 00:00:00 2001 From: nullday Date: Tue, 10 Sep 2024 13:11:35 +0800 Subject: [PATCH] Refactor --- .github/workflows/standard-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standard-build.yml b/.github/workflows/standard-build.yml index 1416ef4..e715a4f 100644 --- a/.github/workflows/standard-build.yml +++ b/.github/workflows/standard-build.yml @@ -20,4 +20,4 @@ jobs: with: context: collector/selfhost push: true - tags: ${{ secrets.OCIR_REGISTRY }}/collector:${GITHUB_SHA::6} \ No newline at end of file + tags: ${{ secrets.OCIR_REGISTRY }}/collector:${{ github.sha::7 }} \ No newline at end of file