chore: Test some more
Some checks failed
Build and Push Docker Image / Build (push) Failing after 20s

This commit is contained in:
Jan K9f 2025-09-15 07:36:36 +02:00
commit 0c4b5269ac
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -1,13 +1,16 @@
name: Build and Push Docker Image
run-name: Build and Push Docker Image
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
@ -27,6 +30,8 @@ jobs:
registry: git.kjan.de
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Test
run: echo ${{ gitea.instance }}
- name: Build and push docker image
uses: docker/build-push-action@v6
with: