Skip to content

Commit

Permalink
Fix latest dispatch rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed May 24, 2024
1 parent e863b6a commit c283195
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
images: |
ghcr.io/azuracast/icecast-kh-ac
flavor: latest=false
tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
type=raw,value=latest-debian,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
Expand All @@ -61,9 +62,12 @@ jobs:
with:
images: |
ghcr.io/azuracast/icecast-kh-ac
flavor: |
latest=false
suffix=-alpine
tags: |
type=raw,value=latest-alpine,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
type=ref,event=tag,suffix=-alpine
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
type=ref,event=tag
- name: Publish to Docker Hub (Alpine)
uses: depot/build-push-action@v1
Expand Down

0 comments on commit c283195

Please sign in to comment.