Skip to content

Commit

Permalink
build: update action to trigger on a published release.
Browse files Browse the repository at this point in the history
  • Loading branch information
authcompanion committed Oct 3, 2023
1 parent c3027c0 commit f8d0244
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/authc2-release-publish-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Create and publish a AuthC Docker image to Repo

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['release']
release:
types: [published]
workflow_dispatch:

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit f8d0244

Please sign in to comment.