Skip to content

fix: readme

fix: readme #29

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
env:
SONAR_VERSION: "10.3-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