mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-02-16 21:56:18 +00:00
chore: rename the debug workflow
This commit is contained in:
8
.github/workflows/docker-debug.yml
vendored
8
.github/workflows/docker-debug.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: MANUAL Docker workflow for debugging
|
name: Clone of Docker Build and Push
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -9,7 +9,7 @@ env:
|
|||||||
DOCKER_IMAGE: WGDashboard
|
DOCKER_IMAGE: WGDashboard
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker_build:
|
docker_build_debug:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -64,10 +64,10 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|
||||||
docker_scan:
|
docker_scan_debug:
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: docker_build
|
needs: docker_build_debug
|
||||||
steps:
|
steps:
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user