From 70623f5d6f486b3f798cd2127da5305d830b85bd Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Thu, 8 Feb 2024 14:39:59 -0800 Subject: [PATCH] Fix ci... (hopefully) --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c63af57..646330c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v3 with: ref: ci-testing - path: /docker + path: docker - name: Install required system packages... run: | @@ -62,7 +62,7 @@ jobs: # retention-days: 7 - name: Copy dist to docker... - run: cp -a dist /docker/dist + run: cp -a dist docker/ - name: Set up docker buildx... uses: docker/setup-buildx-action@v3 @@ -77,7 +77,7 @@ jobs: name: Build and push docker image to gitea package store uses: docker/build-push-action@v5 with: - context: /docker/.docker/Dockerfile + context: docker/.docker/Dockerfile push: true platforms: linux/amd64 tags: gitea.raer.me/${{ gitea.repository }}:${{ gitea.ref_name }}