We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ba8ad commit affc128Copy full SHA for affc128
1 file changed
.github/workflows/publish-docker.yml
@@ -4,13 +4,15 @@ on:
4
jobs:
5
publish:
6
runs-on: ubuntu-latest
7
+ env:
8
+ PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING: 1
9
outputs:
10
version: ${{ steps.get_version.outputs.version }}
11
short_sha: ${{ steps.get_commit.outputs.sha_short }}
12
steps:
13
- name: Setup Depot CLI
14
uses: depot/setup-action@v1
-
15
+
16
- name: ⬇️ Checkout repo
17
uses: actions/checkout@v3
18
with:
0 commit comments