Fix registry where image is finally pushed #4

Merged
bustikiller merged 1 commits from fix-push into main 2024-11-02 12:46:12 +00:00

View File

@ -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