fix: run image tagging on tag push with v*

This commit is contained in:
Krise
2023-08-02 20:36:08 +00:00
parent 07c70d8268
commit dbe4f0bb73

View File

@@ -3,14 +3,16 @@ name: Create and publish a Docker image
on: on:
push: push:
tags: [ "*" ] tags:
- "v*"
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}
jobs: jobs:
build-and-push-image: tag-image:
name: Tag release image version
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions: