Skip to content

Commit aa96ee7

Browse files
committed
fix image manifest
1 parent ed2c9c1 commit aa96ee7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-build-web.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Checkout Repository
3030
uses: actions/checkout@v4
3131

32-
- name: Set up QEMU
33-
uses: docker/setup-qemu-action@v3
34-
3532
- name: Set up Docker Buildx
3633
uses: docker/setup-buildx-action@v3
3734

@@ -105,4 +102,4 @@ jobs:
105102
- name: Create Image Manifest
106103
run: |
107104
docker buildx imagetools create -t ghcr.io/capsoftware/cap-web:${{ inputs.tag || 'latest' }} \
108-
$(find /tmp/digests -type f -not -path "*/\.*" | xargs -I {} echo "-f ghcr.io/capsoftware/cap-web@sha256:{}")
105+
$(find /tmp/digests -type f -not -path "*/\.*" -exec basename {} \; | xargs -I {} echo "ghcr.io/capsoftware/cap-web@sha256:{}")

0 commit comments

Comments
 (0)