diff --git a/.gitea/workflows/sonarqube_scans.yml b/.gitea/workflows/sonarqube_scans.yml index d980cad..58302ea 100644 --- a/.gitea/workflows/sonarqube_scans.yml +++ b/.gitea/workflows/sonarqube_scans.yml @@ -30,6 +30,13 @@ jobs: - name: Compile assets run: APP_ENV=build php bin/console asset-map:compile + - name: Login to registry + uses: docker/login-action@v2 + with: + registry: "${{ vars.REGISTRY_URL }}" + username: "${{ vars.REGISTRY_USER }}" + password: "${{ vars.REGISTRY_PASS }}" + - name: Create docker image run: | version="${{ gitea.REF_NAME }}"