Fix PKG_VERSION -> PODKOP_VERSION

This commit is contained in:
itdoginfo
2025-10-09 18:15:54 +03:00
parent 587e5245d3
commit 52d1c5d95f
4 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ jobs:
context: .
tags: podkop:ci-${{ matrix.package_type }}
build-args: |
PKG_VERSION=${{ needs.preparation.outputs.version }}
PODKOP_VERSION=${{ needs.preparation.outputs.version }}
- name: Create ${{ matrix.package_type }} Docker container
run: docker create --name ${{ matrix.package_type }} podkop:ci-${{ matrix.package_type }}