Skip to content

Commit ae63af6

Browse files
author
Goran Jelic-Cizmek
committed
Change prefix
1 parent 2f0a863 commit ae63af6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/wheel_image.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ on:
2626
- 'ghcr.io'
2727
- 'docker.io'
2828

29-
tag:
30-
description: 'The tag for the final Docker image'
31-
default: 'latest-'
29+
prefix:
30+
description: 'The tag prefix for the final Docker image'
31+
default: ''
3232
required: true
3333

3434
jobs:
@@ -41,6 +41,7 @@ jobs:
4141
- platform: 'linux/amd64'
4242
arch: 'x86_64'
4343
base_image: 'ubuntu-22.04'
44+
4445
- platform: 'linux/arm64'
4546
arch: 'aarch64'
4647
base_image: 'ubuntu-22.04-arm'
@@ -67,6 +68,6 @@ jobs:
6768
context: "{{defaultContext}}:packaging/python"
6869
platforms: ${{ matrix.platform }}
6970
push: ${{ github.event.inputs.upload }}
70-
tags: ${{ github.event.inputs.container_registry }}/neuronsimulator/neuron_wheel:${{ github.event.inputs.tag }}${{ github.event.inputs.base_image }}_${{ matrix.arch }}
71+
tags: ${{ github.event.inputs.container_registry }}/neuronsimulator/neuron_wheel:${{ github.event.inputs.prefix }}${{ github.event.inputs.base_image }}_${{ matrix.arch }}
7172
build-args: |
7273
MANYLINUX_IMAGE=${{ github.event.inputs.base_image }}_${{ matrix.arch }}

0 commit comments

Comments
 (0)