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 77f3f47 commit 5b12ae4Copy full SHA for 5b12ae4
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ concurrency:
23
24
env:
25
TZ: 'America/Los_Angeles'
26
- SQRL_VERSION: '0.10.6'
+ SQRL_VERSION: '0.10.7'
27
28
jobs:
29
build-and-push:
@@ -173,7 +173,7 @@ jobs:
173
IMAGE="${{ inputs.sqrl_image }}"
174
IS_SNAPSHOT=true
175
else
176
- IMAGE="ghcr.io/datasqrl/cmd:${SQRL_VERSION}"
+ IMAGE="datasqrl/cmd:${SQRL_VERSION}"
177
IS_SNAPSHOT=false
178
fi
179
echo "image=$IMAGE" >> "$GITHUB_OUTPUT"
0 commit comments