We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9400254 + fa29ffc commit ece8ea1Copy full SHA for ece8ea1
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile
82
83
- name: Commit changes
84
- uses: planetscale/ghcommit-action@b808a75a44019963dc31f342b50e64e3b3f35ae1 # v0.2.6
+ uses: planetscale/ghcommit-action@9400254a26464337cbe5af17c5f25075134e0089 # v0.2.7
85
with:
86
commit_message: "🤖 Bump version in Dockerfile"
87
repo: ${{ github.repository }}
Dockerfile.base
@@ -1,4 +1,4 @@
1
-FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.61 AS ghcommit
+FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.62 AS ghcommit
2
3
# hadolint ignore=DL3007
4
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base
0 commit comments