Skip to content

Commit

Permalink
feat: Only build image on tag push
Browse files Browse the repository at this point in the history
Idea is that tag pushes mark what kind of release we are dealing with.
  • Loading branch information
tudborg committed Dec 12, 2024
1 parent ec8024d commit 610b056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create and publish a Docker image
on:
push:
branches: ["master"]
tags: ["*"]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 610b056

Please sign in to comment.