Skip to content

Commit

Permalink
fix: get version from input
Browse files Browse the repository at this point in the history
  • Loading branch information
rutkowski-tomasz committed May 29, 2024
1 parent 101f36b commit d076504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Construct Tag
run: |
tag="rutkowski/cod2:$(cat __version__)-server1.${{ inputs.cod2_patch }}"
tag="rutkowski/cod2:${{ inputs.version }}-server1.${{ inputs.cod2_patch }}"
if [[ "${{ inputs.mysql_variant }}" == "1" ]]; then
tag="${tag}-mysql"
elif [[ "${{ inputs.mysql_variant }}" == "2" ]]; then
Expand Down

0 comments on commit d076504

Please sign in to comment.