Skip to content

Commit

Permalink
Update Workflow on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bretheren committed Feb 17, 2024
1 parent cd8132f commit 3f22c3b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#
name: Create and publish a Docker image
name: Publish Kujira DevContainer Docker Image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['release']
# Trigger the workflow on release published
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 3f22c3b

Please sign in to comment.