add tag only
This commit is contained in:
parent
48c132bede
commit
6297292f66
@ -9,6 +9,7 @@ on:
|
|||||||
username:
|
username:
|
||||||
description: "Username used to log against the Docker registry"
|
description: "Username used to log against the Docker registry"
|
||||||
default: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
default: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
||||||
|
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"
|
||||||
required: true
|
required: true
|
||||||
@ -22,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ inputs.registry }}
|
registry: ${{ inputs.registry }}
|
||||||
username: ${{ inputs.username }}
|
username: ${{ inputs.username }}
|
||||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.password }}
|
||||||
- name: Push tags
|
- name: Push tags
|
||||||
shell: bash
|
shell: bash
|
||||||
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user