Delete .forgejo/workflows/build-image.yml

This commit is contained in:
ahoemann 2025-04-03 08:08:29 +02:00
parent 251b1c8a0b
commit 1b5dd6e7d5

View file

@ -1,21 +0,0 @@
on: [push]
jobs:
build:
runs-on: docker
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to Forgejo
uses: docker/login-action@v3
with:
registry: git.adrianux.net/ahoemann/
username: ${{ vars.FORGEJO_USERNAME }}
password: ${{ secrets.FORGEJO_PASSWORD }}
- name: Build and Push
uses: docker/build-push-action@v6
with:
push: true
tags: docker pull git.adrianux.net/ahoemann/adrianux.net:1.2.0
file: Dockerfile