Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove ternary from ghcr.yml (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored May 17, 2022
1 parent ab496a1 commit 3f956c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tags: |
type=sha
type=ref,event=tag
${{ github.event_name == 'push' ? 'type=raw,value=main' : '' }}
${{ github.event_name == 'push' && 'type=raw,value=main' || '' }}
- uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 3f956c4

Please sign in to comment.