Some changes
Some checks failed
Build and Push Docker Image / prepare (push) Failing after 1m48s

This commit is contained in:
Florian Hoss 2024-10-31 09:35:03 +01:00
parent 5b0fec9a09
commit d905cce539
Signed by: flohoss
GPG key ID: 3F35C7F6E6F66F6B

View file

@ -11,21 +11,18 @@ env:
jobs:
prepare:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: Checkout
uses: actions/checkout@v4
build_and_push:
runs-on: self-hosted
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Forgejo Container Registry
uses: docker/login-action@v3
with:
registry: git.unjx.de
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Build and push
uses: docker/build-push-action@v6
with: