Skip to content

Commit

Permalink
Revert "chore: publish more docker version tags, migrate to semver"
Browse files Browse the repository at this point in the history
This reverts commit 3526240.
  • Loading branch information
h44z committed Jan 18, 2025
1 parent 3526240 commit 49a987c
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 X.X.X tags as releases.
tags: ["*.*.*"]
# Publish vX.X.X tags as releases.
tags: ["v*.*.*"]

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

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

0 comments on commit 49a987c

Please sign in to comment.