trigger build
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 7s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Has been skipped
Reload Act Runner Stack to clear cache for workflows / notify (push) Failing after 3s

This commit is contained in:
Martin Dimitrov 2026-03-06 12:42:11 -08:00
parent fcb741f11b
commit b368da85a2
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# fix
name: 'Docker Build and Push'
description: 'Extracts metadata and builds/pushes a Docker image'

View File

@ -10,7 +10,7 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
files: .gitea/workflows/*
files: .gitea/*
secrets:
token: ${{ github.token }}