This commit is contained in:
2023-11-18 18:18:37 +01:00
parent 56ecbf75ad
commit b3a17554e3
2 changed files with 4 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ jobs:
- name: Setup Docker buildx
uses: https://github.com/docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
- run: sleep 200
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}

View File

@@ -1,6 +1,6 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on: [never]
jobs:
Explore-Gitea-Actions: