Skip to content

Commit

Permalink
Update container-image-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pushrbx authored Oct 26, 2023
1 parent 1168042 commit 56f4783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
jikanme/jikan-rest
tags: |
type=raw,value=${{ inputs.image_tag }}
type=raw,value=${{ github.ref_type == "tag" && 'latest' || 'latest-nightly' }}
type=raw,value=${{ github.ref_type == 'tag' && 'latest' || 'latest-nightly' }}
type=sha
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 56f4783

Please sign in to comment.