diff --git a/.github/workflows/release-pull-request.yml b/.github/workflows/release-pull-request.yml index 87fc25b..7dcb0ae 100644 --- a/.github/workflows/release-pull-request.yml +++ b/.github/workflows/release-pull-request.yml @@ -44,7 +44,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - - name: Docker login + - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: registry: ghcr.io @@ -59,7 +59,7 @@ jobs: with: context: . push: true - tags: ${{ steps.branch-name.outputs.current_branch }}.${{ github.run_id }} + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.branch-name.outputs.current_branch }}.${{ github.run_id }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max