chore: Revert
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s

This commit is contained in:
Jan K9f 2025-09-15 07:41:35 +02:00
commit 031ff9735f
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -1,16 +1,13 @@
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
@ -28,10 +25,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: git.kjan.de
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Test
run: echo ${{ gitea.instance }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Build and push docker image
uses: docker/build-push-action@v6
with: