Skip to content

Commit

Permalink
build: generate image on push to main branch (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored May 21, 2024
1 parent 6251970 commit a474114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
tags:
- '*'
branches:
- "main"
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.
Expand Down

0 comments on commit a474114

Please sign in to comment.