Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 5, 2024
1 parent 1798e15 commit 8852546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
push: ${{ env.needToPush }}
tags: |
${{ env.image }}:${{ matrix.branch }}
${{ env.is_public && 'env.image' || '' }}${{ env.is_public && ':latest' || '' }}
${{ env.is_public && env.image }}${{ env.is_public && ':latest' }}
build-args: |
APPBRANCH=${{ matrix.branch }}
MOD=${{ matrix.mod }}
Expand Down

0 comments on commit 8852546

Please sign in to comment.