Skip to content

Commit

Permalink
force release
Browse files Browse the repository at this point in the history
the 'release' step in the GHA workflow has a filter to only cut new
releases on certain files changing. the previous PR only updated the
tests so a new release was not cut, but we need to cut a new release to
get the recent GITHUB_OUTPUT feature out
  • Loading branch information
joemiller committed Aug 5, 2024
1 parent 61331f3 commit 1fb4616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM ghcr.io/planetscale/ghcommit:v0.1.48@sha256:9ebf836e2bdbb88e536984312a9083af8c95487ad2b59a1d830672bf4d9053ea AS ghcommit

# hadolint ignore=DL3007
FROM pscale.dev/wolfi-prod/base:latest AS base

COPY --from=ghcommit /ghcommit /usr/bin/ghcommit

# hadolint ignore=DL3018
RUN apk add --no-cache \
bash \
git
Expand Down

0 comments on commit 1fb4616

Please sign in to comment.