From 02678895984459a1b0e092961d06f8c78f6f555b Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 25 Oct 2024 11:48:11 +0200 Subject: [PATCH] fix: add checkout to let dha update dockerhubs readme --- .github/workflows/build_container.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index c1f4d0c..0675320 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -153,6 +153,9 @@ jobs: needs: - create-multiarch-manifests steps: + - name: Source checkout + uses: actions/checkout@v4 + - name: Update Docker Hub Description uses: peter-evans/dockerhub-description@v4 with: