mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-06-27 16:56:57 +00:00
Merge pull request #775 from donaldzou/DaanSelen-patch-3
This commit is contained in:
commit
45457c5b38
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -56,8 +56,8 @@ jobs:
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern=latest,enable={{is_tag}}
|
||||
type=raw,value=nightly,enable={{is_default_branch}}
|
||||
type=ref,event=branch,pattern={{branch}},enable={{github.event_name == 'push' && is_default_branch}}
|
||||
type=raw,value=main,enable={{ github.event_name == 'push' && is_default_branch }}
|
||||
type=raw,value=nightly,enable={{ github.event_name == 'push' && is_default_branch }}
|
||||
|
||||
- name: Build and export (multi-arch)
|
||||
uses: docker/build-push-action@v6
|
||||
|
Loading…
x
Reference in New Issue
Block a user