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:
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