ci: add automatic semver tagging on merge to master #8

Merged
jcabillot merged 2 commits from feat/semver-tag-action into master 2026-06-12 13:53:09 -04:00
Showing only changes of commit 3f18daeac9 - Show all commits
+3 -3
View File
@@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Hadolint
uses: hadolint/hadolint-action@54c9adb ab1582c2ef04b2016b760714a4bfde3cf # v3.3.0
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
build:
runs-on: ubuntu-latest
@@ -69,8 +69,8 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Tag and push
run: |
docker tag ci-image:${{ github.sha }} jcabillot/mysql-client:latest
docker push jcabillot/mysql-client:latest
docker tag ci-image:${{ github.sha }} jcabillot/docker-dynhost:latest
docker push jcabillot/docker-dynhost:latest
- name: Bump version and push tag
if: github.event_name == 'push'
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1.75.0