Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Jan 20, 2025
1 parent 77d29e7 commit 1aab7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
- name: Create Manifest List and Push
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
'${{ env.DOCKERHUB_REPO }}@sha256:${{ needs.build_backend.outputs.output_linux_amd64 }}' \
'${{ env.DOCKERHUB_REPO }}@sha256:${{ needs.build_backend.outputs.output_linux_arm64 }}'
'${{ env.DOCKERHUB_REPO }}@${{ needs.build_backend.outputs.output_linux_amd64 }}' \
'${{ env.DOCKERHUB_REPO }}@${{ needs.build_backend.outputs.output_linux_arm64 }}'

0 comments on commit 1aab7b8

Please sign in to comment.