Test
This commit is contained in:
parent
3b27c7bf4f
commit
cf95737537
1 changed files with 16 additions and 16 deletions
32
.github/workflows/sonar.yml
vendored
32
.github/workflows/sonar.yml
vendored
|
|
@ -80,22 +80,22 @@ 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
|
# - name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
# uses: docker/build-push-action@v6
|
||||||
with:
|
# with:
|
||||||
context: context
|
# context: context
|
||||||
push: true
|
# push: true
|
||||||
provenance: false
|
# provenance: false
|
||||||
tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest
|
# tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest
|
||||||
|
|
||||||
# - name: check docker
|
- name: check docker
|
||||||
# run: |
|
run: |
|
||||||
# docker --version
|
docker --version
|
||||||
# docker info
|
docker info
|
||||||
# - name: Build Docker image (pray)
|
- name: Build Docker image (pray)
|
||||||
# run: |
|
run: |
|
||||||
# docker build -f ./devops/Dockerfile -t glowing-fiesta:latest .
|
docker build -f ./devops/Dockerfile -t ${{ env.CONTAINER_NAME }}:latest .
|
||||||
# - name: List Docker images (for verification)
|
- name: List Docker images (for verification)
|
||||||
# run: docker images
|
run: docker images
|
||||||
|
|
||||||
####
|
####
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue