Skip to content

Commit

Permalink
Temporarily allow docker build to work from new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
killij authored Aug 31, 2023
1 parent 3a63f1b commit 7684533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Docker Publish
on:
release:
types: [published]
push:
tags: [ 'v*.*.*' ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 7684533

Please sign in to comment.