mirror of
https://github.com/creyD/email_valid.git
synced 2026-04-12 19:30:30 +02:00
fix: attempting to fix tagging issue
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -20,7 +20,7 @@ on:
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_SUFFIX: ${{ github.ref_name == 'master' && '' || format('-%s', github.ref_name) }}
|
||||
IMAGE_SUFFIX: "${{ github.ref_name != 'master' && format('-{0}', github.ref_name) || '' }}"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user