deubg
Some checks failed
Build and Push Docker Image / build (push) Failing after 2s

This commit is contained in:
2024-07-23 16:27:51 +02:00
parent 5249429185
commit 082ca24c1b

View File

@@ -8,7 +8,9 @@ on:
jobs: jobs:
build: build:
if: github.actor != 'github-actions[bot]' if: github.actor != 'github-actions[bot]'
runs-on: ubuntu-latest runs-on: self-hosted
container:
image: alpine:latest
steps: steps:
- name: Set up and Install Dependencies - name: Set up and Install Dependencies
run: | run: |