Skip to content

Commit 28f4652

Browse files
authored
Merge pull request #108 from planetscale/renovate/all-minor-patch-digest
2 parents ad67f0d + e02dc0e commit 28f4652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile
8282
8383
- name: Commit changes
84-
uses: planetscale/ghcommit-action@cfc84b2c92fad05a4f61797b0f06f4051564988f # v0.2.11
84+
uses: planetscale/ghcommit-action@ad67f0d18be6a3070fc893dce128fd5408624130 # v0.2.12
8585
with:
8686
commit_message: "🤖 Bump version in Dockerfile"
8787
repo: ${{ github.repository }}

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.67 AS ghcommit
1+
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.69 AS ghcommit
22

33
# hadolint ignore=DL3007
44
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base

0 commit comments

Comments
 (0)