Compare commits

..

1 Commits

Author SHA1 Message Date
GuoQing Liu
1507614a9e
Merge 332487d711 into de066d0062 2025-11-12 13:16:43 +08:00
2 changed files with 0 additions and 6 deletions

View File

@ -4,8 +4,6 @@ inputs:
GITHUB_TOKEN: GITHUB_TOKEN:
required: true required: true
outputs: outputs:
short-sha:
value: ${{ steps.create-short-sha.outputs.SHORT_SHA }}
image-name: image-name:
value: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ steps.create-short-sha.outputs.SHORT_SHA }} value: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ steps.create-short-sha.outputs.SHORT_SHA }}
cache-name: cache-name:

View File

@ -37,8 +37,6 @@ jobs:
context: . context: .
file: docker/main/Dockerfile file: docker/main/Dockerfile
push: true push: true
build-args:
GIT_COMMIT_HASH=${{ steps.setup.outputs.short-sha }}
platforms: linux/amd64 platforms: linux/amd64
target: frigate target: frigate
tags: ${{ steps.setup.outputs.image-name }}-amd64 tags: ${{ steps.setup.outputs.image-name }}-amd64
@ -63,8 +61,6 @@ jobs:
context: . context: .
file: docker/main/Dockerfile file: docker/main/Dockerfile
push: true push: true
build-args:
GIT_COMMIT_HASH=${{ steps.setup.outputs.short-sha }}
platforms: linux/arm64 platforms: linux/arm64
target: frigate target: frigate
tags: | tags: |