Skip to content

Commit

Permalink
chore: publish more docker version tags, migrate to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Jan 18, 2025
1 parent 075fd01 commit 3526240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [master]
push:
branches: [master, stable]
# Publish vX.X.X tags as releases.
tags: ["v*.*.*"]
# Publish X.X.X tags as releases.
tags: ["*.*.*"]

permissions:
contents: read
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
retention-days: 10

release:
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: build-n-push
permissions:
Expand Down

0 comments on commit 3526240

Please sign in to comment.