Skip to content

Commit

Permalink
fix: add semver tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Lindamood committed Mar 8, 2024
1 parent a95445e commit 0da2861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=semver,pattern={{major}},enable=${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
images: |
ghcr.io/cresta/atlantis-drift-detection
- name: Build and push
Expand Down

0 comments on commit 0da2861

Please sign in to comment.