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 name: Build and Push Docker Image
run-name: Build and Push Docker Image
on: on:
push: push:
branches: branches:
- main - main
jobs: jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
packages: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -28,10 +25,8 @@ jobs:
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: git.kjan.de registry: git.kjan.de
username: ${{ gitea.actor }} username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.DOCKER_PASS }}
- name: Test
run: echo ${{ gitea.instance }}
- name: Build and push docker image - name: Build and push docker image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: