Skip to content

Commit

Permalink
Publish container upon release
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Aug 30, 2024
1 parent 17438c8 commit fc506a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Create and publish a Docker image

on:
push:
branches: ['main']
release:
types: [published]

# 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 fc506a3

Please sign in to comment.