From 86e40f60ec46b80ffb64e789f3010a00050f0af5 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Mon, 12 Feb 2024 17:41:12 +0800 Subject: [PATCH] feat: update to checkout repository so there is access to Dockerfile --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 08601429d..3fd93b95b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: