test auto
This commit is contained in:
parent
cf5e4e230b
commit
a4beb00bf5
@ -11,6 +11,9 @@ inputs:
|
||||
password:
|
||||
description: "Password or personal access token used to log against the Docker registry"
|
||||
required: true
|
||||
release:
|
||||
description: "Auto incrementing release number according to semver"
|
||||
default: "false"
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
@ -25,7 +28,6 @@ runs:
|
||||
username: ${{ inputs.username }}
|
||||
password: ${{ inputs.password }}
|
||||
- uses: docker/build-push-action@v6
|
||||
if: ${{ !startsWith(gitea.ref, 'refs/tags/v') }}
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user