mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-02-22 16:46:17 +00:00
Merge branch 'main' into v4.3.2-dev
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:
|
||||
workflow_dispatch:
|
||||
@@ -9,7 +9,7 @@ env:
|
||||
DOCKER_IMAGE: WGDashboard
|
||||
|
||||
jobs:
|
||||
docker_build:
|
||||
docker_build_debug:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -64,10 +64,10 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
|
||||
docker_scan:
|
||||
docker_scan_debug:
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: docker_build
|
||||
needs: docker_build_debug
|
||||
steps:
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
||||
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '**dev'
|
||||
tags:
|
||||
- '*'
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user