init
This commit is contained in:
parent
ac0b079604
commit
981c44f15c
@ -18,12 +18,12 @@ runs:
|
||||
- uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
with:
|
||||
images: ${{ input.registry }}/${{ gitea.repository }}
|
||||
images: ${{ inputs.registry }}/${{ gitea.repository }}
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ input.registry }}
|
||||
username: ${{ input.username }}
|
||||
password: ${{ input.password }}
|
||||
registry: ${{ inputs.registry }}
|
||||
username: ${{ inputs.username }}
|
||||
password: ${{ inputs.password }}
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user