Skip to content

Commit b97d37d

Browse files
authored
Merge pull request #1649 from tursodatabase/fix-debug-build-remove-digests
remove digests artifacts from debug build step
2 parents 5351b68 + 51b1b49 commit b97d37d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/publish-server.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,6 @@ jobs:
121121
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-debug,push-by-digest=true,name-canonical=true,push=true
122122
build-args: |
123123
BUILD_DEBUG=true
124-
-
125-
name: Export digest
126-
run: |
127-
mkdir -p /tmp/digests
128-
digest="${{ steps.build.outputs.digest }}"
129-
touch "/tmp/digests/${digest#sha256:}"
130-
-
131-
name: Upload digest
132-
uses: actions/upload-artifact@v4
133-
with:
134-
name: digests-debug-${{ env.PLATFORM_PAIR }}
135-
path: /tmp/digests/*
136-
if-no-files-found: error
137-
retention-days: 1
138124
139125
build-arm64:
140126
permissions: write-all

0 commit comments

Comments
 (0)