trigger build
Some checks failed
Some checks failed
This commit is contained in:
parent
fcb741f11b
commit
b368da85a2
@ -1,3 +1,4 @@
|
|||||||
|
# fix
|
||||||
name: 'Docker Build and Push'
|
name: 'Docker Build and Push'
|
||||||
description: 'Extracts metadata and builds/pushes a Docker image'
|
description: 'Extracts metadata and builds/pushes a Docker image'
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
files: .gitea/workflows/*
|
files: .gitea/*
|
||||||
secrets:
|
secrets:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user