mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-11-17 02:46:20 +00:00
Squash Docker progress: (#1)
* Version 4.1 Docker image tested.
Fixed kinks in Docker image.
Updated Dutch language
Removed remaining "enable" parameter from Docker-related files
Made the symlink system more reliable
Improved updatability.
Added multiplatform docker build (arm,arm64 and amd64)
More verbose logging from the Docker image.
This commit is contained in:
3
.github/workflows/docker-build.yaml
vendored
3
.github/workflows/docker-build.yaml
vendored
@@ -30,9 +30,10 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and export
|
||||
- name: Build and export (linux/amd64, linux/arm64, linux/arm/v7)
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ env.DOCKER_IMAGE }}:latest
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
|
||||
Reference in New Issue
Block a user