Skip to content

Commit 7841ab3

Browse files
feat: fix broken build for docker backend (#601)
* chore: organize imports * add * feat: simplify logic * feat: fix broken
1 parent 197d5d8 commit 7841ab3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
context: ./src/backend
7070
platforms: ${{ matrix.platform }}
7171
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
72-
annotations: ${{ steps.meta.outputs.annotations }}
7372

7473
- name: Export digest
7574
run: |
@@ -127,8 +126,7 @@ jobs:
127126
docker buildx imagetools create \
128127
$TAG_ARGS \
129128
--annotation org.opencontainers.image.title="Backend Image" \
130-
--annotation org.opencontainers.image.description="Backend build for ${{ github.repository }} (${{
131-
github.ref_name }})" \
129+
--annotation org.opencontainers.image.description="Backend build for ${{ github.repository }} (${{ github.ref_name }})" \
132130
--annotation org.opencontainers.image.source="https://github.com/${{ github.repository }}" \
133131
--annotation org.opencontainers.image.revision="${{ github.sha }}" \
134132
--annotation org.opencontainers.image.licenses="MIT" \

0 commit comments

Comments
 (0)