Fix reusable docker package workflow name call
This commit is contained in:
parent
ca4fdc0a78
commit
76d98a5987
8
.github/workflows/package_memgraph.yaml
vendored
8
.github/workflows/package_memgraph.yaml
vendored
@ -161,7 +161,7 @@ jobs:
|
||||
|
||||
Docker-v4:
|
||||
if: ${{ (github.event.inputs.target_os == 'docker' || github.event.inputs.target_os == 'all') && github.event.inputs.toolchain == 'v4' }}
|
||||
uses: ./.github/workflows/reusable_docker.yaml
|
||||
uses: ./.github/workflows/reusable_docker_package.yaml
|
||||
with:
|
||||
os: "debian-11"
|
||||
toolchain: ${{ github.event.inputs.toolchain }}
|
||||
@ -175,7 +175,7 @@ jobs:
|
||||
|
||||
Docker-v5:
|
||||
if: ${{ (github.event.inputs.target_os == 'docker' || github.event.inputs.target_os == 'all') && github.event.inputs.toolchain == 'v5' }}
|
||||
uses: ./.github/workflows/reusable_docker.yaml
|
||||
uses: ./.github/workflows/reusable_docker_package.yaml
|
||||
with:
|
||||
os: "debian-12"
|
||||
toolchain: ${{ github.event.inputs.toolchain }}
|
||||
@ -189,7 +189,7 @@ jobs:
|
||||
|
||||
Docker-v4-arm:
|
||||
if: ${{ (github.event.inputs.target_os == 'docker-arm' || github.event.inputs.target_os == 'all') && github.event.inputs.toolchain == 'v4' }}
|
||||
uses: ./.github/workflows/reusable_docker.yaml
|
||||
uses: ./.github/workflows/reusable_docker_package.yaml
|
||||
with:
|
||||
os: "debian-11-arm"
|
||||
toolchain: ${{ github.event.inputs.toolchain }}
|
||||
@ -203,7 +203,7 @@ jobs:
|
||||
|
||||
Docker-v5-arm:
|
||||
if: ${{ (github.event.inputs.target_os == 'docker-arm' || github.event.inputs.target_os == 'all') && github.event.inputs.toolchain == 'v5' }}
|
||||
uses: ./.github/workflows/reusable_docker.yaml
|
||||
uses: ./.github/workflows/reusable_docker_package.yaml
|
||||
with:
|
||||
os: "debian-12-arm"
|
||||
toolchain: ${{ github.event.inputs.toolchain }}
|
||||
|
Loading…
Reference in New Issue
Block a user