mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 09:37:37 +03:00
Fix image tagging
This commit is contained in:
parent
96e91fd8aa
commit
cf41ed8b79
8
.github/workflows/pull_request.yml
vendored
8
.github/workflows/pull_request.yml
vendored
@ -89,8 +89,8 @@ jobs:
|
|||||||
- name: Pre-build devcontainer image
|
- name: Pre-build devcontainer image
|
||||||
uses: devcontainers/ci@v0.3
|
uses: devcontainers/ci@v0.3
|
||||||
with:
|
with:
|
||||||
imageName: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}:latest
|
imageName: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}
|
||||||
cacheFrom: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}:latest
|
cacheFrom: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}
|
||||||
push: always
|
push: always
|
||||||
|
|
||||||
python_tests:
|
python_tests:
|
||||||
@ -111,12 +111,12 @@ jobs:
|
|||||||
- name: Pre-Run mypy in devcontainer
|
- name: Pre-Run mypy in devcontainer
|
||||||
uses: devcontainers/ci@v0.3
|
uses: devcontainers/ci@v0.3
|
||||||
with:
|
with:
|
||||||
cacheFrom: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}:latest
|
cacheFrom: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}
|
||||||
push: never
|
push: never
|
||||||
runCmd: python3 -u -m mypy --config-file frigate/mypy.ini frigate
|
runCmd: python3 -u -m mypy --config-file frigate/mypy.ini frigate
|
||||||
- name: Pre-Run mypy in devcontainer
|
- name: Pre-Run mypy in devcontainer
|
||||||
uses: devcontainers/ci@v0.3
|
uses: devcontainers/ci@v0.3
|
||||||
with:
|
with:
|
||||||
cacheFrom: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}:latest
|
cacheFrom: ${{ env.REGISTRY }}/${{ env.DEV_IMAGE_NAME }}
|
||||||
push: never
|
push: never
|
||||||
runCmd: python3 -u -m unittest
|
runCmd: python3 -u -m unittest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user