We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c7814 commit 8e72ab5Copy full SHA for 8e72ab5
.github/workflows/atlantis-image.yml
@@ -32,7 +32,7 @@ jobs:
32
# Set docker repo to either the fork or the main repo where the branch exists
33
DOCKER_REPO: ghcr.io/${{ github.repository }}
34
# Push if not a pull request and references the main branch
35
- PUSH: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
+ PUSH: ${{ github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
36
37
steps:
38
- uses: actions/checkout@v3
0 commit comments