ci: add automatic semver tagging on merge to main #10

Merged
jcabillot merged 3 commits from feat/semver-tag-action into main 2026-06-12 12:37:48 -04:00
Showing only changes of commit 0ba3f170fd - Show all commits
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push
uses: docker/build-push-action@f9a3042f7e2789586610d6e8b85c8f03e5195baf # v7
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}