We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeb0e7 commit b3ab9e5Copy full SHA for b3ab9e5
1 file changed
.github/workflows/build.yml
@@ -124,10 +124,6 @@ jobs:
124
docker buildx imagetools create \
125
--tag "$DOCKER_METADATA_OUTPUT_TAGS" \
126
"$DOCKER_APP_IMAGE_ARM64" "$DOCKER_APP_IMAGE_X64"
127
- - name: Inspect the multi-platform image
128
- run: |
129
- docker buildx imagetools inspect \
130
- "$DOCKER_METADATA_OUTPUT_TAGS"
131
132
test:
133
runs-on: ubuntu-24.04
@@ -189,5 +185,6 @@ jobs:
189
185
- name: Retag and push the image
190
186
run: |
191
187
docker pull "$DOCKER_APP_IMAGE"
188
+ docker inspect "$DOCKER_APP_IMAGE"
192
echo "$DOCKER_METADATA_OUTPUT_TAGS" | tr ' ' '\n' | xargs -n1 docker tag "$DOCKER_APP_IMAGE"
193
docker push --all-tags "$(echo "$DOCKER_APP_IMAGE" | cut -f1 -d:)"
0 commit comments