test auto

This commit is contained in:
Adrien Beaudouin 2024-08-22 17:58:01 +02:00
parent cf5e4e230b
commit a4beb00bf5

View File

@ -11,6 +11,9 @@ inputs:
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
release:
description: "Auto incrementing release number according to semver"
default: "false"
runs: runs:
using: composite using: composite
@ -25,7 +28,6 @@ runs:
username: ${{ inputs.username }} username: ${{ inputs.username }}
password: ${{ inputs.password }} password: ${{ inputs.password }}
- uses: docker/build-push-action@v6 - uses: docker/build-push-action@v6
if: ${{ !startsWith(gitea.ref, 'refs/tags/v') }}
with: with:
context: . context: .
push: true push: true