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 25, 2024
1 parent 152e9d7 commit 3f1cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and Push WGDashboard Docker Dev (Multi-Arch)
uses: docker/build-push-action@v6
with:
context: WG-Dash/ # Path to Dockerfile in repository
context: Dynamic-Deploy/ # Path to Dockerfile in repository
push: true # Push image after build
tags: noxcis/wg-dashboard:terra-fuego-beta # Tag for all platforms
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 # Platforms to build for
Expand Down

0 comments on commit 3f1cbc7

Please sign in to comment.