chore: update workflows

This commit is contained in:
Bill Church 2022-08-03 14:29:47 +00:00
parent 9d5a0cd12c
commit 3b8c7a770e
No known key found for this signature in database
GPG key ID: 10DD056C65752AA0
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -5,6 +5,11 @@ on:
push: push:
branches: branches:
- main - main
paths-ignore:
- '.github/**'
- '.devcontainer/**'
- '.**'
- '**.md'
jobs: jobs:
release-please: release-please: