fixes short sha

This commit is contained in:
Amir Raminfar
2025-04-20 10:16:07 -07:00
parent 0bb47d4dcf
commit ee6e5a1112
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ steps.meta.outputs.version }}
SHA=${{ GITHUB_SHA::7 }}
SHA=${{ github.sha.substr(0,9) }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ steps.meta.outputs.version }}
SHA=${{ GITHUB_SHA::7 }}
SHA=${{ github.sha.substr(0,9) }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max