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 490f803 commit 32ad632Copy full SHA for 32ad632
1 file changed
.github/workflows/container.yml
@@ -134,6 +134,8 @@ jobs:
134
- name: Create manifest list and push
135
working-directory: /tmp/digests
136
run: |
137
+ CONTAINER_NAME=$(printf 'riscvintl/udb@sha256:%s ' *)
138
+ echo "CONTAINER_NAME=$CONTAINER_NAME" >> $GITHUB_ENV
139
docker buildx imagetools create \
140
--tag riscvintl/udb:${{ env.TAG }} \
141
$(printf 'riscvintl/udb@sha256:%s ' *)
@@ -162,5 +164,5 @@ jobs:
162
164
163
165
- name: Remove intermediate containers
166
- docker image rm $(printf 'ghcr.io/riscv/udb@sha256:%s ' *)
167
+ docker image rm ${{ env.CONTAINER_NAME }}
168
0 commit comments