chore: rename the debug workflow
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

This commit is contained in:
Daan Selen
2026-02-06 20:39:13 +01:00
parent 1bcb48a50e
commit 78a7211680

View File

@@ -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