fix diff
Some checks failed
Some checks failed
This commit is contained in:
parent
b368da85a2
commit
f38768166a
@ -1,4 +1,3 @@
|
|||||||
# 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/*
|
files: .gitea/**
|
||||||
secrets:
|
secrets:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user