Skip to content

Commit

Permalink
Fix release builds (#30)
Browse files Browse the repository at this point in the history
* Fix build tag for release builds
* Fix release event filtering
  • Loading branch information
danielhollas authored Mar 2, 2024
1 parent 08de5cd commit c53d731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main
pull_request:
release:
published:
types: [published]

env:
REGISTRY: ghcr.io/
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
# https://github.com/docker/metadata-action#tags-input
# See the release workflow for the release tags.
tags: |
type=ref,event=branch
type=sha
type=ref,event=pr
- name: Build image
Expand Down

0 comments on commit c53d731

Please sign in to comment.