Skip to content

Commit

Permalink
Build images when releases are published
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Nov 3, 2023
1 parent 515459f commit 68e7281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and publish the production container image to the GitHub Registry

# Run this workflow every time on every push to the branch `release`.
# Run this workflow when new releases are created
on:
push:
branches: ['releases']
release:
types: [published]

env:
IMAGE_NAME: imap-backup
Expand Down

0 comments on commit 68e7281

Please sign in to comment.