1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

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

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

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