Fix registry where image is finally pushed
All checks were successful
Build docker image / build-static-assets (pull_request) Successful in 21m25s
All checks were successful
Build docker image / build-static-assets (pull_request) Successful in 21m25s
This commit is contained in:
parent
f31abd5610
commit
3af11b9dc7
@ -24,6 +24,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ env.GITHUB_REPOSITORY }}:latest
|
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY }}:latest
|
||||||
cache-from: type=registry,ref=user/app:latest
|
cache-from: type=registry,ref=user/app:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
Loading…
x
Reference in New Issue
Block a user