We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174b702 commit 1899bb7Copy full SHA for 1899bb7
.github/workflows/publish-run-image.yml
@@ -16,6 +16,7 @@ on:
16
env:
17
REGISTRY: ghcr.io
18
REPO_NAME: ${{ github.repository }}
19
+ IMAGE_TAG: ${{ github.event.inputs.tagVersion || 'latest'}}
20
21
concurrency:
22
group: ${{ github.workflow }}-${{ github.ref }}
@@ -45,5 +46,5 @@ jobs:
45
46
context: docker/run
47
file: docker/run/Dockerfile
48
push: true
- tags: ${{ env.REGISTRY }}/ansys/pydyna-run:${{ github.event.inputs.tagVersion }}
49
+ tags: ${{ env.REGISTRY }}/ansys/pydyna-run:${{ env.IMAGE_TAG }}
50
cache-from: type=registry,ref=${{ env.REGISTRY }}/ansys/pydyna-run:latest
0 commit comments