Skip to content

feat: Апгрейд до версии 10.6 #32

feat: Апгрейд до версии 10.6

feat: Апгрейд до версии 10.6 #32

Workflow file for this run

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