From 1c7c6dce36f4525525f40cc778a6cacc7242b273 Mon Sep 17 00:00:00 2001 From: Finn Date: Fri, 20 Sep 2024 16:53:28 -0700 Subject: [PATCH] Fix pethublocal build maybe --- .forgejo/workflows/build-pethublocal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-pethublocal.yaml b/.forgejo/workflows/build-pethublocal.yaml index 2e7a43a..e25d30e 100644 --- a/.forgejo/workflows/build-pethublocal.yaml +++ b/.forgejo/workflows/build-pethublocal.yaml @@ -9,14 +9,14 @@ jobs: image: library/docker:dind steps: - run: apk add --no-cache nodejs git - - run: git clone https://github.com/PetHubLocal/pethublocal + - run: git clone https://github.com/PetHubLocal/pethublocal && git -C pethublocal checkout d3fc739afe381398a0d9fb612b9b087508ed1f95 - name: login to container registry run: echo "${{ secrets.DEPLOY_TOKEN }}" | docker login --username ${{ secrets.DEPLOY_USER }} --password-stdin git.janky.solutions - name: build container image uses: docker/build-push-action@v6 with: file: Containerfile - context: "{{defaultContext}}:pethublocal" + context: pethublocal tags: git.janky.solutions/jankysolutions/infra/pethublocal:latest platforms: linux/amd64 push: true