mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-04-19 08:55:12 +00:00
Update docker-related.yaml
This commit is contained in:
parent
e3842b25f3
commit
d0177b7504
6
.github/workflows/docker-related.yaml
vendored
6
.github/workflows/docker-related.yaml
vendored
@ -42,8 +42,8 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ env.DOCKER_IMAGE }}:latest
|
tags: ${{ env.DOCKER_IMAGE }}:latest
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||||
- name: Log in to Docker Hub Again
|
- name: Log into registry ${{ env.REGISTRY }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||||
@ -52,8 +52,6 @@ jobs:
|
|||||||
uses: docker/scout-action@v1
|
uses: docker/scout-action@v1
|
||||||
with:
|
with:
|
||||||
command: cves
|
command: cves
|
||||||
dockerhub-user: ${{ secrets.DOCKER_HUB_USERNAME }}
|
|
||||||
dockerhub-password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
|
||||||
image: ${{ env.DOCKER_IMAGE }}:latest
|
image: ${{ env.DOCKER_IMAGE }}:latest
|
||||||
summary: false
|
summary: false
|
||||||
write-comment: false
|
write-comment: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user