Skip to content

Commit

Permalink
🔧 Build package on 'v*' tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Jun 29, 2023
1 parent 82e2d79 commit fe7ce46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Create and publish a Docker image
on:
push:
branches: ["main"]
tags: ["v*"]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fe7ce46

Please sign in to comment.