forked from github.com/GenderDysphoria.fyi
Fix ci... (hopefully)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user