Compare commits

...

3 Commits

Author SHA1 Message Date
844ab02299 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
Reviewed-on: #4
2024-11-02 12:46:12 +00:00
3af11b9dc7 Fix registry where image is finally pushed
All checks were successful
Build docker image / build-static-assets (pull_request) Successful in 21m25s
2024-11-02 13:24:23 +01:00
f31abd5610 Merge pull request 'Push image to Dockerhub instead of the private registry' (#3) from push-dockerhub into main
Some checks failed
Build docker image / build-static-assets (push) Failing after 12m25s
Reviewed-on: #3
2024-11-02 09:20:01 +00:00

View File

@ -24,6 +24,6 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
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-to: type=inline