Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update action trigger
Browse files Browse the repository at this point in the history
The update makes the tag fetching more robust in the pipeline
  • Loading branch information
AlexGodbehere committed Sep 28, 2023
1 parent 26cea22 commit 48db0b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ env:
REGISTRY: ghcr.io

on:
release:
types: [ published ]
# Trigger only when a release with tag v*.*.* is published
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v*'

jobs:
update-version:
Expand Down

0 comments on commit 48db0b0

Please sign in to comment.