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 f035dd9 commit 5b3c8f9Copy full SHA for 5b3c8f9
.github/workflows/release.yaml
@@ -54,7 +54,7 @@ jobs:
54
echo "new_version=$new_version" >> $GITHUB_ENV
55
56
- name: login to ghcr.io
57
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
58
with:
59
registry: ghcr.io
60
username: ${{ github.actor }}
Dockerfile.base
@@ -1,4 +1,4 @@
1
-FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.62 AS ghcommit
+FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.64 AS ghcommit
2
3
# hadolint ignore=DL3007
4
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base
0 commit comments