Test
This commit is contained in:
parent
346758d61c
commit
47b3d73870
1 changed files with 9 additions and 0 deletions
9
.github/workflows/sonar.yml
vendored
9
.github/workflows/sonar.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
env:
|
env:
|
||||||
FORGEJO_HOST: git.burcusel.nl
|
FORGEJO_HOST: git.burcusel.nl
|
||||||
|
CONTAINER_NAME: glowing-fiesta
|
||||||
jobs:
|
jobs:
|
||||||
sonarqube:
|
sonarqube:
|
||||||
name: SonarQube
|
name: SonarQube
|
||||||
|
|
@ -78,6 +79,14 @@ jobs:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.PACKAGING_TOKEN }}
|
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
|
# - name: check docker
|
||||||
# run: |
|
# run: |
|
||||||
# docker --version
|
# docker --version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue