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:
push:
tags: [ "*" ]
tags:
- "v*"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build-and-push-image:
tag-image:
name: Tag release image version
runs-on: ubuntu-latest
permissions: