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