From a4beb00bf5c2b5cdaa5e2b29b4332cfd5a0b38f2 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Thu, 22 Aug 2024 17:58:01 +0200 Subject: [PATCH] test auto --- docker/action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/action.yaml b/docker/action.yaml index 6ef4b87..8a8d8ee 100644 --- a/docker/action.yaml +++ b/docker/action.yaml @@ -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