add tag only
This commit is contained in:
parent
6297292f66
commit
0d7d8bb847
@ -2,13 +2,6 @@ name: Docker build test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
|
||||||
registry:
|
|
||||||
description: "Server address of Docker registry."
|
|
||||||
default: ${{ vars.CONTAINER_REGISTRY }}
|
|
||||||
username:
|
|
||||||
description: "Username used to log against the Docker registry"
|
|
||||||
default: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
|
||||||
secrets:
|
secrets:
|
||||||
password:
|
password:
|
||||||
description: "Password or personal access token used to log against the Docker registry"
|
description: "Password or personal access token used to log against the Docker registry"
|
||||||
@ -21,8 +14,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.okami101.io/okami101/actions/docker@main
|
- uses: https://gitea.okami101.io/okami101/actions/docker@main
|
||||||
with:
|
with:
|
||||||
registry: ${{ inputs.registry }}
|
registry: ${{ vars.CONTAINER_REGISTRY }}
|
||||||
username: ${{ inputs.username }}
|
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.password }}
|
password: ${{ secrets.password }}
|
||||||
- name: Push tags
|
- name: Push tags
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user