summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-10-19 22:21:24 +0100
committerGitHub <noreply@github.com>2023-10-19 22:21:24 +0100
commitad4868567eea10214946eaea52e2494e0e013671 (patch)
treea1c146fe0f8e15906e942df6c34492377b8eb16c
parent62994ca2643264cbfb61c48ab08b2392c4822d06 (diff)
Checkout repo so the manifest publish step can read git (#1314)
-rw-r--r--.github/workflows/docker.yaml4
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