mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-20 20:16:42 +03:00
Compare commits
3 Commits
332487d711
...
52e6fbebd2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52e6fbebd2 | ||
|
|
78c3108d94 | ||
|
|
230a397d0f |
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -4,6 +4,8 @@ inputs:
|
||||
GITHUB_TOKEN:
|
||||
required: true
|
||||
outputs:
|
||||
short-sha:
|
||||
value: ${{ steps.create-short-sha.outputs.SHORT_SHA }}
|
||||
image-name:
|
||||
value: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ steps.create-short-sha.outputs.SHORT_SHA }}
|
||||
cache-name:
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -37,6 +37,8 @@ jobs:
|
||||
context: .
|
||||
file: docker/main/Dockerfile
|
||||
push: true
|
||||
build-args:
|
||||
GIT_COMMIT_HASH=${{ steps.setup.outputs.short-sha }}
|
||||
platforms: linux/amd64
|
||||
target: frigate
|
||||
tags: ${{ steps.setup.outputs.image-name }}-amd64
|
||||
@ -61,6 +63,8 @@ jobs:
|
||||
context: .
|
||||
file: docker/main/Dockerfile
|
||||
push: true
|
||||
build-args:
|
||||
GIT_COMMIT_HASH=${{ steps.setup.outputs.short-sha }}
|
||||
platforms: linux/arm64
|
||||
target: frigate
|
||||
tags: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user