diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 87d2875766..7d893eb544 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -21,7 +21,7 @@ concurrency: jobs: changes: outputs: - should-run-build: ${{ steps.changes.outputs.src == 'true' }} + should-run-build: ${{ steps.changes.outputs.src == 'true' || startsWith(github.ref, 'refs/tags/') }} if: github.event.pull_request.draft == false runs-on: ubuntu-22.04 steps: @@ -152,4 +152,4 @@ jobs: image_type: [alpine, debian] runs-on: ubuntu-22.04 steps: - - run: 'echo "No build required"' \ No newline at end of file + - run: 'echo "No build required"'