Skip to content

Commit 1899bb7

Browse files
koubaaMohamed Koubaa
and
Mohamed Koubaa
authored
fix pipeline (#582)
Co-authored-by: Mohamed Koubaa <[email protected]>
1 parent 174b702 commit 1899bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/publish-run-image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
env:
1717
REGISTRY: ghcr.io
1818
REPO_NAME: ${{ github.repository }}
19+
IMAGE_TAG: ${{ github.event.inputs.tagVersion || 'latest'}}
1920

2021
concurrency:
2122
group: ${{ github.workflow }}-${{ github.ref }}
@@ -45,5 +46,5 @@ jobs:
4546
context: docker/run
4647
file: docker/run/Dockerfile
4748
push: true
48-
tags: ${{ env.REGISTRY }}/ansys/pydyna-run:${{ github.event.inputs.tagVersion }}
49+
tags: ${{ env.REGISTRY }}/ansys/pydyna-run:${{ env.IMAGE_TAG }}
4950
cache-from: type=registry,ref=${{ env.REGISTRY }}/ansys/pydyna-run:latest

0 commit comments

Comments
 (0)