Skip to content

Commit ea9853a

Browse files
author
Oleg
committed
Version is always set in the matrix
1 parent 8afc66e commit ea9853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
tags: ${{ matrix.version }} ${{ github.sha }}
107107
archs: amd64, arm64
108108
build-args: |
109-
${{ matrix.version && format('IMPLEMENTATION_VERSION={0}', matrix.version) || '' }}
109+
${{ format('IMPLEMENTATION_VERSION={0}', matrix.version) }}
110110
111111
- name: Set DOCKER_HOST so podman-built images are findable
112112
run: |

0 commit comments

Comments
 (0)