diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b8ce71b..b748899a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,6 +174,11 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Push to GHCR (main branch) + if: github.ref == 'refs/heads/main' + run: | + docker push "${{ steps.image-tag.outputs.full-image }}" + - name: Push to GHCR (for PRs - adhoc testing) if: github.event_name == 'pull_request' run: |