Skip to content

Commit

Permalink
ci: add GA workflows to create draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
libvoid committed May 2, 2024
1 parent b59827b commit b79e51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
tags:
- '*'
- 'v*'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- '*'
- 'v*'

permissions:
contents: write
Expand Down

0 comments on commit b79e51c

Please sign in to comment.