Skip to content

Commit

Permalink
Update build-image.yaml, build docker image on release publish (#289)
Browse files Browse the repository at this point in the history
Does this look right for also building a docker image when we publish a
release? (now that the version number isn't changed as a commit)
  • Loading branch information
kevinschaper committed Aug 24, 2023
1 parent 726f2cc commit dfa7826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
release:
types: [published]

# This job uses RafikFarhad's GitHub action to build and
# push a docker image to a specified GCP repository
Expand Down

0 comments on commit dfa7826

Please sign in to comment.