Skip to content

10.4 and sonar bsl plugin update #30

10.4 and sonar bsl plugin update

10.4 and sonar bsl plugin update #30

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
env:
SONAR_VERSION: "10.4-community"
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Docker Login
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: checkout
uses: actions/checkout@v2
-
name: Build the Docker image
run: |
docker build . --file ./.Dockerfile --tag daabramov/sonarfor1c:$SONAR_VERSION
docker push daabramov/sonarfor1c:$SONAR_VERSION