Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Make it act only on tagged versions.
  • Loading branch information
ericearl authored Apr 26, 2023
1 parent 127b142 commit 0f4624e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ name: Create and publish a Docker image

on:
push:
branches: ['release']
tags:
- 'v*.*.*'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 0f4624e

Please sign in to comment.