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