forked from github.com/GenderDysphoria.fyi
Fix ci... (hopefully)
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ci-testing
|
ref: ci-testing
|
||||||
path: /docker
|
path: docker
|
||||||
-
|
-
|
||||||
name: Install required system packages...
|
name: Install required system packages...
|
||||||
run: |
|
run: |
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
# retention-days: 7
|
# retention-days: 7
|
||||||
-
|
-
|
||||||
name: Copy dist to docker...
|
name: Copy dist to docker...
|
||||||
run: cp -a dist /docker/dist
|
run: cp -a dist docker/
|
||||||
-
|
-
|
||||||
name: Set up docker buildx...
|
name: Set up docker buildx...
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
name: Build and push docker image to gitea package store
|
name: Build and push docker image to gitea package store
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: /docker/.docker/Dockerfile
|
context: docker/.docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: gitea.raer.me/${{ gitea.repository }}:${{ gitea.ref_name }}
|
tags: gitea.raer.me/${{ gitea.repository }}:${{ gitea.ref_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user