File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11name : Build container images
22
33on :
4- push :
5- branches :
6- - " master"
7- tags :
8- - " *"
4+ workflow_dispatch :
5+ # push:
6+ # branches:
7+ # - "master"
8+ # tags:
9+ # - "*"
910
1011jobs :
1112 build-image :
2627 - name : Prepare image tags
2728 id : image-tags
2829 run : |
29- base=ngoduykhanh /wireguard-ui
30+ base=rwillert /wireguard-ui
3031 app_version=dev
3132
3233 ## Set git tag as image tag
@@ -82,10 +83,10 @@ jobs:
8283 username : ${{ secrets.DOCKERHUB_USERNAME }}
8384 password : ${{ secrets.DOCKERHUB_TOKEN }}
8485
85- - name : Build and push
86+ - name : Build # and push
8687 uses : docker/build-push-action@v5
8788 with :
88- push : true
89+ push : false
8990 context : .
9091 platforms : linux/amd64,linux/arm/v7,linux/arm64
9192 tags : ${{ steps.image-tags.outputs.container_images }}
Original file line number Diff line number Diff line change 5454 github_token : ${{ secrets.GITHUB_TOKEN }}
5555 goos : ${{ matrix.goos }}
5656 goarch : ${{ matrix.goarch }}
57- goversion : " https://dl.google.com/go/go1.21.5 .linux-amd64.tar.gz"
57+ goversion : " https://dl.google.com/go/go1.23.4 .linux-amd64.tar.gz"
5858 pre_command : export CGO_ENABLED=0
5959 binary_name : " wireguard-ui"
6060 build_flags : -v
You can’t perform that action at this time.
0 commit comments