Skip to content

Commit

Permalink
update deploy.yaml to build on tag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
docbobo committed Jan 17, 2025
1 parent 00c446a commit 49622cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Create and publish a Docker image
on:
push:
branches: ["master", "main"]
tags:
- "*"

# 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 49622cf

Please sign in to comment.