Skip to content

Commit

Permalink
feat: update publish.yml checkout repository so there is access to Do…
Browse files Browse the repository at this point in the history
…ckerfile (#1419)

## What kind of change does this PR introduce?

Currently, the `Dockerfile` can't be read as the [repository might not
be
cloned](https://github.com/supabase/gotrue/actions/runs/7869435581/job/21468831486#step:4:42)

This PR downloads the repository to allow access to the `Dockerfile`
  • Loading branch information
J0 committed Feb 13, 2024
1 parent 5301e48 commit 7cce351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
packages: write
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4

- id: meta
uses: docker/metadata-action@v4
with:
Expand Down

0 comments on commit 7cce351

Please sign in to comment.