diff --git a/.gitea/workflows/test-caddy-version.yml b/.gitea/workflows/test-caddy-version.yml index 2a5fe06..233ef3b 100644 --- a/.gitea/workflows/test-caddy-version.yml +++ b/.gitea/workflows/test-caddy-version.yml @@ -16,12 +16,4 @@ jobs: run: | VERSION=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2) echo "version=$VERSION" >> $GITHUB_OUTPUT - echo "Version from file: $VERSION" - - # Extract semantic version parts - MAJOR=$(echo $VERSION | cut -d. -f1) - MINOR=$(echo $VERSION | cut -d. -f1-2) - - echo "major_version=$MAJOR" >> $GITHUB_OUTPUT - echo "minor_version=$MINOR" >> $GITHUB_OUTPUT - echo "Major: $MAJOR, Minor: $MINOR" \ No newline at end of file + echo "Version from file: $VERSION" \ No newline at end of file