Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
push is not allowed from forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Frank committed Jan 7, 2025
1 parent 78d4104 commit 523bcfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u $ --password-stdin

- name: Build image
if: ${{ env.FORKED == 'false' }}
id: docker-meta
env:
VERSION: "${{ needs.release.outputs.version }}"
Expand Down

0 comments on commit 523bcfe

Please sign in to comment.