Skip to content

Commit

Permalink
feat: Temporarily allow docker build to work from new tags
Browse files Browse the repository at this point in the history
Merge pull request #235 from DFE-Digital/temporarily-allow-new-tag-builds
  • Loading branch information
killij authored Aug 31, 2023
2 parents 3a63f1b + 7684533 commit 074ffb5
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 074ffb5

Please sign in to comment.