Skip to content

Commit a80f6f8

Browse files
committed
build fix
1 parent 5757363 commit a80f6f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/savant-rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@ jobs:
143143
working-directory: ${{ runner.temp }}/digests-savant_rust
144144
run: |
145145
docker buildx imagetools create \
146-
-t ghcr.io/insight-platform/savant_rust:${env.TAG} \
146+
-t ghcr.io/insight-platform/savant_rust:${{ env.TAG }} \
147147
$(printf 'ghcr.io/insight-platform/savant_rust@sha256:%s ' *)
148148
149149
- name: Inspect image
150150
run: |
151-
echo ${{ env.TAG }}
152151
docker buildx imagetools inspect ghcr.io/insight-platform/savant_rust:${{ env.TAG }}

0 commit comments

Comments
 (0)