Skip to content

Commit

Permalink
chore: 修改版本信息
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Oct 30, 2023
1 parent 5df3bb1 commit ac76660
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./client/docker
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/386,linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: |
rehiy/blacbox:latest
rehiy/blackbox:latest
2 changes: 1 addition & 1 deletion client/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN sh /ifs/deploy

FROM alpine

LABEL version="v0.6.1" \
LABEL version="v0.1.0" \
maintainer="[email protected]"

COPY --from=builder /usr/local/bin/tdp-* /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion client/docker/deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
#

tdp_arch() {
Expand Down

0 comments on commit ac76660

Please sign in to comment.