Skip to content

Commit

Permalink
Update dev-docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOXCIS authored Nov 7, 2024
1 parent 9e2af4a commit 7b3837c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Dev Image (Daily)
name: Build and Push WGDashboard Docker Dev Image (Daily)

on:
schedule:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7

# Step 5: Build and Push Docker Image with multi-platform support (No cache)
- name: Build and Push Docker Image (Multi-Arch)
- name: Build and Push WGDashboard Docker Dev (Multi-Arch)
uses: docker/build-push-action@v6
with:
context: WG-Dash/ # Path to Dockerfile in repository
Expand Down

0 comments on commit 7b3837c

Please sign in to comment.