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]
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue