Compare commits

..

21 Commits

Author SHA1 Message Date
d46fe926d8 Kubernetes namespace
Some checks failed
ci / build (push) Failing after 6s
2025-02-18 17:18:20 -05:00
255dc03e57 Use Kubernetes driver
Some checks failed
ci / build (push) Failing after 1m22s
2025-02-18 17:15:52 -05:00
f2df48bced job
Some checks failed
ci / build (push) Failing after 1m40s
2025-02-14 16:37:44 -05:00
6bd6096013 catthehacker 2025-02-14 16:36:25 -05:00
f4bfb5d584 QEMU
Some checks failed
ci / docker (push) Failing after 35s
2025-02-14 11:55:39 -05:00
9a5346cfe4 Start Docker
Some checks failed
ci / docker (push) Failing after 22s
2025-02-14 11:53:53 -05:00
69b659d2cc Docker buildx
Some checks failed
ci / docker (push) Failing after 32s
2025-02-14 11:52:09 -05:00
8f72269f3e Install Docker
Some checks failed
ci / docker (push) Failing after 30s
2025-02-14 11:50:27 -05:00
0a4cb4b673 iptables
Some checks failed
ci / docker (push) Failing after 21s
2025-02-14 11:47:54 -05:00
9bb285f71e Not rootless...
Some checks failed
ci / docker (push) Failing after 20s
2025-02-14 11:46:18 -05:00
573f58fd5d Install sudo and run rootless
Some checks failed
ci / docker (push) Failing after 20s
2025-02-14 11:44:38 -05:00
2f0a4ea2e6 Rootless
Some checks failed
ci / docker (push) Failing after 17s
2025-02-14 11:23:43 -05:00
905f21eb55 Update apt
Some checks failed
ci / docker (push) Failing after 20s
2025-02-14 11:19:38 -05:00
59748d7cc8 Install sudo
Some checks failed
ci / docker (push) Failing after 5s
2025-02-14 11:18:30 -05:00
42abda02f3 Setup docker
Some checks failed
ci / docker (push) Failing after 26s
2025-02-14 11:14:12 -05:00
4e7040f6a3 Docker buildx
Some checks failed
ci / docker (push) Failing after 24s
2025-02-14 11:07:26 -05:00
cecc72b595 Run on merge
Some checks failed
ci / docker (push) Failing after 7s
2025-02-14 10:48:32 -05:00
60b6682b1c Test II
Some checks failed
ci / docker (push) Failing after 2s
2025-02-12 22:11:23 -05:00
f46fd31f34 Test
Some checks failed
ci / docker (push) Failing after 1m32s
2025-02-12 12:27:19 -05:00
141ea4e622 Update image tag
Some checks failed
ci / docker (push) Failing after 4s
2025-02-10 20:06:53 -05:00
496477a05b Use Gitea Actions to build Docker image
Some checks failed
ci / docker (push) Failing after 1m3s
2025-02-10 19:57:10 -05:00

32
.gitea/workflows/ci.yaml Normal file
View File

@ -0,0 +1,32 @@
name: ci
on:
push:
branches:
- develop
merge:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: kubernetes
driver-opts: |
namespace=gitea
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ericomeehan/kraken-bot:latest