Merge pull request 'Fix registry where image is finally pushed' (#4) from fix-push into main
Some checks failed
Build docker image / build-static-assets (push) Failing after 12m37s
Some checks failed
Build docker image / build-static-assets (push) Failing after 12m37s
Reviewed-on: #4
This commit is contained in:
commit
844ab02299
@ -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