Skip to content

Commit

Permalink
SCANDOCKER-3 temporary test release with wrong version string to be r…
Browse files Browse the repository at this point in the history
…everted
  • Loading branch information
csaba-feher-sonarsource committed May 16, 2024
1 parent 2a9a46e commit 8faffd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit 8faffd2

Please sign in to comment.