Loading .github/workflows/docker.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ name: "Docker" push: tags: # Publish semver tags as releases. - 'v*.*.*' - "v[0-9]+.[0-9]+.[0-9]+" env: # Use docker.io for Docker Hub if empty REGISTRY: ghcr.io Loading .github/workflows/release.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ jobs: name: "Release" runs-on: ubuntu-latest permissions: pull-requests: write contents: write concurrency: group: semantic-release Loading Loading
.github/workflows/docker.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ name: "Docker" push: tags: # Publish semver tags as releases. - 'v*.*.*' - "v[0-9]+.[0-9]+.[0-9]+" env: # Use docker.io for Docker Hub if empty REGISTRY: ghcr.io Loading
.github/workflows/release.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ jobs: name: "Release" runs-on: ubuntu-latest permissions: pull-requests: write contents: write concurrency: group: semantic-release Loading