summaryrefslogtreecommitdiff
path: root/.gitea/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/build.yml')
-rw-r--r--.gitea/workflows/build.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 47f6c1c..b1784a9 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -29,11 +29,6 @@ jobs:
- run: echo REPO_COMMIT_FULL=$(git --git-dir '.git' --no-pager log --pretty='%H' -n1 HEAD) >> $GITHUB_ENV
- run: echo BUILD_TAG=$(date -d @${REPO_TIMESTAMP} +%y.%m)-${REPO_COMMIT} >> $GITHUB_ENV
- - run: apk add --no-cache docker-cli
-
- - name: setup qemu
- uses: https://github.com/docker/setup-qemu-action@v2
-
- name: setup buildx
uses: https://github.com/docker/setup-buildx-action@v2
@@ -51,7 +46,6 @@ jobs:
uses: https://github.com/docker/build-push-action@v4
with:
push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }}
- platforms: linux/amd64,linux/arm64
context: .docker/web-nginx
tags: |
registry-rw.fakecake.org/cthulhoo/the-epube-web-nginx:latest
@@ -62,7 +56,6 @@ jobs:
uses: https://github.com/docker/build-push-action@v4
with:
push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }}
- platforms: linux/amd64,linux/arm64
context: .docker/dict
tags: |
registry-rw.fakecake.org/cthulhoo/the-epube-dict:latest
@@ -73,7 +66,6 @@ jobs:
uses: https://github.com/docker/build-push-action@v4
with:
push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }}
- platforms: linux/amd64,linux/arm64
context: .docker/app
build-contexts:
app-src=.