CI: Add back in dev based on alpine

pull/135/head
Luigi311 2023-05-15 15:12:25 -06:00
parent e4b4c7ba39
commit da808ba25e
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ jobs:
# Do not push to ghcr.io on PRs due to permission issues # Do not push to ghcr.io on PRs due to permission issues
ghcr.io/${{ github.repository }},enable=${{ github.event_name != 'pull_request' }} ghcr.io/${{ github.repository }},enable=${{ github.event_name != 'pull_request' }}
tags: | tags: |
type=raw,value=latest,enable=${{ matrix.variant == 'alpine' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} type=raw,value=latest,enable=${{ matrix.variant == 'alpine' && github.ref_name == github.event.repository.default_branch }}
type=raw,value=dev,enable=${{ matrix.variant == 'alpine' && github.ref_name == 'dev' }}
type=raw,value=latest,suffix=-${{ matrix.variant }},enable={{ is_default_branch }} type=raw,value=latest,suffix=-${{ matrix.variant }},enable={{ is_default_branch }}
type=ref,event=branch,suffix=-${{ matrix.variant }} type=ref,event=branch,suffix=-${{ matrix.variant }}
type=ref,event=pr,suffix=-${{ matrix.variant }} type=ref,event=pr,suffix=-${{ matrix.variant }}