diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f840b4..5ce115c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,8 @@ jobs: path: target_repository - name: Build image run: | - docker build "${{ steps.get_version.outputs.major_version }}" \ +# Note the 5 is the directory under + docker build 5 \ --tag "sonarsource/sonar-scanner-cli:${{ steps.get_version.outputs.major_version }}" \ --tag "repox-sonarsource-docker-releases.jfrog.io/sonarsource/sonar-scanner-cli:${{ steps.get_version.outputs.major_version }}" \ --tag "sonarsource/sonar-scanner-cli:${{ steps.get_version.outputs.major_minor }}" \