mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-20 20:16:42 +03:00
Compare commits
No commits in common. "52e6fbebd29a8efa15b9683da0db845ad1567860" and "332487d7113155e004ccbaf9b75f1c50ae15d322" have entirely different histories.
52e6fbebd2
...
332487d711
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -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:
|
||||||
|
|||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user