Skip to content

Commit

Permalink
Also trigger Atlantis build when we push a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez committed Jun 12, 2024
1 parent d9726e3 commit 56e5493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "::set-output name=new_release::false"
fi
- name: Build and push the container to GitHub Container Registry using the latest tag
if: steps.compare_releases.outputs.new_release == 'true'
if: steps.compare_releases.outputs.new_release == 'true' || github.event_name == 'push'
uses: docker/[email protected]
with:
context: .
Expand Down

0 comments on commit 56e5493

Please sign in to comment.