mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 21:31:11 +00:00
env var DOCKER_IMAGE_DIGEST
This commit is contained in:
parent
b3f8021810
commit
5b7f82f97e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/jf-cli.yml
vendored
3
.github/workflows/jf-cli.yml
vendored
|
|
@ -223,7 +223,8 @@ jobs:
|
|||
run: |
|
||||
imageDigest=$(cat "${{env.DOCKER_METADATA_JSON}}" | jq '.["containerimage.digest"]')
|
||||
echo "DOCKER_IMAGE_DIGEST: ${imageDigest}"
|
||||
echo "${imageDigest}" > ${{env.DOCKER_IMAGE_DIGEST}}
|
||||
|
||||
echo "DOCKER_IMAGE_DIGEST=${imageDigest}" >> $GITHUB_ENV. # set env var for next steps
|
||||
|
||||
echo "${{env.RT_REPO_DOCKER_URL}}@${imageDigest}" > ${{env.DOCKER_METADATA_JSON}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue