Skip to content

Commit

Permalink
fix: push image to repo name without org
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed Feb 25, 2023
1 parent 8774128 commit 9377473
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/atlantis-image.yml
@@ -1,6 +1,5 @@
name: atlantis-image


on:
push:
branches:
Expand All @@ -26,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: ${{ github.repository }}
DOCKER_REPO: atlantis
# 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 9377473

Please sign in to comment.