Adrianux.net/.forgejo/workflows/build-image.yml
ahoemann 1236a024ef
Some checks failed
/ build (push) Failing after 57s
Update .forgejo/workflows/build-image.yml
2025-03-28 13:54:29 +01:00

21 lines
No EOL
636 B
YAML

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