add tag only
This commit is contained in:
parent
1cecdfb69f
commit
059af26cdb
@ -12,9 +12,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
|
||||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://gitea.okami101.io/okami101/actions/docker@main
|
||||
with:
|
||||
registry: ${{ vars.CONTAINER_REGISTRY }}
|
||||
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||
- name: Push tags
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user