Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahyyg committed May 1, 2023
1 parent 07302f6 commit 9413883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker4commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ jobs:
- name: Compress all artifacts using ZSTD
run: |
cd /tmp/relbuild/${{ github.repository_owner }}
zstd -4 --rm ztncui-aio-aarch64.tar
zstd -4 --rm ztncui-aio-x86_64.tar
zstd -4 --rm *.tar
- name: Create Release and Upload DockerImage Assets In TarGZ
uses: Hs1r1us/[email protected]
env:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ LABEL org.opencontainers.image.source="https://github.com/kmahyyg/ztncui-aio"
LABEL MAINTAINER="Key Networks https://key-networks.com"
LABEL Description="ztncui (a ZeroTier network controller user interface) + ZeroTier network controller"
ADD VERSION .
ADD AIO_VERSION .

# BUILD ZTNCUI IN FIRST STAGE
WORKDIR /build
Expand Down

0 comments on commit 9413883

Please sign in to comment.