diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index e59d695..4ec8b27 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -12,6 +12,7 @@ on: types: [opened, synchronize, reopened] env: FORGEJO_HOST: git.burcusel.nl + CONTAINER_NAME: glowing-fiesta jobs: sonarqube: name: SonarQube @@ -78,6 +79,14 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.PACKAGING_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v6 + with: + context: context + push: true + provenance: false + tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest + # - name: check docker # run: | # docker --version