We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5757363 commit a80f6f8Copy full SHA for a80f6f8
.github/workflows/savant-rust.yml
@@ -143,10 +143,9 @@ jobs:
143
working-directory: ${{ runner.temp }}/digests-savant_rust
144
run: |
145
docker buildx imagetools create \
146
- -t ghcr.io/insight-platform/savant_rust:${env.TAG} \
+ -t ghcr.io/insight-platform/savant_rust:${{ env.TAG }} \
147
$(printf 'ghcr.io/insight-platform/savant_rust@sha256:%s ' *)
148
149
- name: Inspect image
150
151
- echo ${{ env.TAG }}
152
docker buildx imagetools inspect ghcr.io/insight-platform/savant_rust:${{ env.TAG }}
0 commit comments