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
This commit is contained in:
bustikiller 2024-11-02 12:46:12 +00:00
commit 844ab02299

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