Skip to content

Commit

Permalink
workflow/release: use the correct trigger (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dethi committed Apr 10, 2024
1 parent d4fa1d1 commit ba2220b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create and publish a Docker image
on:
push:
branches: ["release"]
release:
types: [published]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit ba2220b

Please sign in to comment.