Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 5, 2024
1 parent 4022faa commit d1106d7
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: |
${{ vars.DOCKER_USERNAME }}/${{ matrix.mod }}:${{ matrix.branch }}
${{ matrix.branch == 'public' && ':latest' || '' }}
${{ env.image }}${{ matrix.branch == 'public' && ':latest' || '' }}
build-args: |
APPBRANCH=${{ matrix.branch }}
MOD=${{ matrix.mod }}
Expand Down

0 comments on commit d1106d7

Please sign in to comment.