Skip to content

Commit

Permalink
fix: push image to repo name without org (runatlantis#3164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored and ijames-gc committed Feb 13, 2024
1 parent 439796f commit 5d97d12
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 5d97d12

Please sign in to comment.