We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64b098 commit 845e4ddCopy full SHA for 845e4dd
1 file changed
.github/workflows/publish.yml
@@ -193,6 +193,7 @@ jobs:
193
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
194
org.opencontainers.image.revision=${{ github.sha }}
195
build-args: |
196
+ SCRIPT_RUNNER_VERSION=${{ steps.prep.outputs.version }}
197
SERVER_VERSION=${{ steps.prep.outputs.hashtag }}
198
199
deploy-aws-example:
0 commit comments