Skip to content

Commit

Permalink
fix: push to full ghcr repo name (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Feb 25, 2023
1 parent 892a43b commit 2954e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
env:
# Set docker repo to either the fork or the main repo where the branch exists
DOCKER_REPO: atlantis
DOCKER_REPO: ghcr.io/${{ github.repository }}
# Push if not a pull request or this is a fork
PUSH: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository }}

Expand Down

0 comments on commit 2954e90

Please sign in to comment.