Test login
This commit is contained in:
parent
f5677191c5
commit
22fec69564
1 changed files with 17 additions and 9 deletions
26
.github/workflows/sonar.yml
vendored
26
.github/workflows/sonar.yml
vendored
|
|
@ -10,6 +10,8 @@ on:
|
|||
branches:
|
||||
- production
|
||||
types: [opened, synchronize, reopened]
|
||||
env:
|
||||
FORGEJO_HOST: git.burcusel.nl
|
||||
jobs:
|
||||
sonarqube:
|
||||
name: SonarQube
|
||||
|
|
@ -67,14 +69,20 @@ jobs:
|
|||
with:
|
||||
name: output
|
||||
path: ./output
|
||||
- name: check docker
|
||||
run: |
|
||||
docker --version
|
||||
docker info
|
||||
- name: Build Docker image (pray)
|
||||
run: |
|
||||
docker build -f ./devops/Dockerfile -t glowing-fiesta:latest .
|
||||
- name: List Docker images (for verification)
|
||||
run: docker images
|
||||
- name: Login to the registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGING_TOKEN }}
|
||||
# - name: check docker
|
||||
# run: |
|
||||
# docker --version
|
||||
# docker info
|
||||
# - name: Build Docker image (pray)
|
||||
# run: |
|
||||
# docker build -f ./devops/Dockerfile -t glowing-fiesta:latest .
|
||||
# - name: List Docker images (for verification)
|
||||
# run: docker images
|
||||
|
||||
####
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue