Skip to content

Commit 32ad632

Browse files
authored
Update container.yml
Signed-off-by: Derek Hower <dhower@qti.qualcomm.com>
1 parent 490f803 commit 32ad632

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/container.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
- name: Create manifest list and push
135135
working-directory: /tmp/digests
136136
run: |
137+
CONTAINER_NAME=$(printf 'riscvintl/udb@sha256:%s ' *)
138+
echo "CONTAINER_NAME=$CONTAINER_NAME" >> $GITHUB_ENV
137139
docker buildx imagetools create \
138140
--tag riscvintl/udb:${{ env.TAG }} \
139141
$(printf 'riscvintl/udb@sha256:%s ' *)
@@ -162,5 +164,5 @@ jobs:
162164
163165
- name: Remove intermediate containers
164166
run: |
165-
docker image rm $(printf 'ghcr.io/riscv/udb@sha256:%s ' *)
167+
docker image rm ${{ env.CONTAINER_NAME }}
166168

0 commit comments

Comments
 (0)