Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 7, 2024
1 parent 3a7ba02 commit 4739710
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ jobs:
push: false
tags: |
${{ vars.DOCKER_USERNAME }}/rehlds-${{ matrix.mod }}:${{ matrix.tagName }}
# ${{ matrix.rehldsVersion == 'legacy' && format('{0}/rehlds-{1}:latest', vars.DOCKER_USERNAME, matrix.mod) || null}}
# ${{ matrix.tagName == 'legacy' && format('{0}/rehlds-{1}:latest', vars.DOCKER_USERNAME, matrix.mod) || null}}
build-args: |
ReHLDS_VERSION=${{ env.rehldsVersion }}
MOD=${{ matrix.mod }}
ReHLDS_VERSION=${{ env.rehldsVersion }}
${{ matrix.tagName != 'legacy' && 'ReGameDLL_VERSION=latest' || '' }}
${{ matrix.tagName == 'legacy' && 'BugfixedHL_LINK=' }}
cache-from: type=gha,scope=build-${{ matrix.mod }}-${{ matrix.mod }}
cache-to: type=gha,mode=max,scope=build-${{ matrix.mod }}-${{ matrix.mod }}

0 comments on commit 4739710

Please sign in to comment.