diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-10-19 22:21:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-19 22:21:24 +0100 |
| commit | ad4868567eea10214946eaea52e2494e0e013671 (patch) | |
| tree | a1c146fe0f8e15906e942df6c34492377b8eb16c /.github/workflows/docker.yaml | |
| parent | use the short sha to tag images (#1313) (diff) | |
| download | atuin-ad4868567eea10214946eaea52e2494e0e013671.zip | |
Checkout repo so the manifest publish step can read git (#1314)
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/docker.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index b56ccd92..49992428 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -109,6 +109,10 @@ jobs: runs-on: ubuntu-latest needs: [publish_x86, publish_aarch64] steps: + - uses: actions/checkout@master + with: + repository: atuinsh/atuin + path: "./" - name: Get Repo Owner id: get_repo_owner |
