From 22a3f11128ffc7fea8fcb64480d5eb1a32faf1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cuhel?= <79118988+HonzaCuhel@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:29:11 +0200 Subject: [PATCH] Fix/publish action (#87) * Add submodules loading * Update publish action --- .github/workflows/publish_image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_image.yaml b/.github/workflows/publish_image.yaml index 187289f..2313af9 100644 --- a/.github/workflows/publish_image.yaml +++ b/.github/workflows/publish_image.yaml @@ -32,6 +32,7 @@ jobs: - name: Publish latest run: | + git submodule update --init --recursive docker build -t $NAME:latest . docker tag $NAME:latest ghcr.io/$NAME:latest docker push ghcr.io/$NAME:latest