Skip to content

Commit

Permalink
add dash to suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed May 9, 2024
1 parent d1b5eae commit 97b3c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=ref,event=tag,suffix=prod
type=sha,suffix=prod
type=sha,format=long,suffix=prod
type=ref,event=tag,suffix=-prod
type=sha,suffix=-prod
type=sha,format=long,suffix=-prod
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 97b3c4c

Please sign in to comment.