Skip to content

Commit 336a1b2

Browse files
committed
Removed extra whitespace
1 parent a644e71 commit 336a1b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/image-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
if-no-files-found: error
6565
retention-days: 1
6666

67-
6867
docker_merge:
6968
needs: docker_build
7069
runs-on: ${{vars.BASE_OS}}-arm
@@ -91,13 +90,11 @@ jobs:
9190
type=ref,event=pr
9291
type=semver,pattern={{version}}
9392
type=semver,pattern={{major}}.{{minor}}
94-
9593
- name: Create manifest list and push
9694
working-directory: ${{ runner.temp }}/digests
9795
run: |
9896
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
9997
$(printf '${{vars.DOCKER_USER}}/${{env.IMAGE_NAME}}@sha256:%s ' *)
100-
10198
- name: Inspect image
10299
run: |
103100
docker buildx imagetools inspect ${{vars.DOCKER_USER}}/${{env.IMAGE_NAME}}:${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)