mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
Revert "chore: publish more docker version tags, migrate to semver"
This reverts commit 3526240faf
.
This commit is contained in:
parent
3526240faf
commit
49a987cbce
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@ -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
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user