chore: update workflows
This commit is contained in:
parent
9d5a0cd12c
commit
3b8c7a770e
2 changed files with 6 additions and 1 deletions
2
.github/workflows/docker-multiplatform.yml
vendored
2
.github/workflows/docker-multiplatform.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
# If this is git tag, use the tag name as a docker tag
|
# If this is git tag, use the tag name as a docker tag
|
||||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||||
VERSION=${GITHUB_REF#refs/tags/#webssh2-v}
|
VERSION=${GITHUB_REF#refs/tags/webssh2-v}
|
||||||
TAGS="${DOCKER_IMAGE}:${VERSION}"
|
TAGS="${DOCKER_IMAGE}:${VERSION}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -5,6 +5,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- '.devcontainer/**'
|
||||||
|
- '.**'
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
|
|
Loading…
Reference in a new issue