Skip to content

Commit

Permalink
fix: remove v prefix from publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
theredrad committed Sep 30, 2021
1 parent 1923d0e commit d564a24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Publish Docker image
on:
release:
types: [published]
tags:
- 'v*'

jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
Expand Down

0 comments on commit d564a24

Please sign in to comment.