Skip to content

Commit

Permalink
dongjiang updagte
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiang <[email protected]>
  • Loading branch information
dongjiang1989 committed Dec 10, 2024
1 parent dbafe74 commit d65ca1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
# Build binary
- name: Build
run: make all
run: make build-all
env:
PUSH: ${{ github.event_name != 'pull_request' }}
- name: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
name: modeld
image: kubeservice-stack/modeld
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/386,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
-
name: modeldl
image: kubeservice-stack/modeldl
file: ./Dockerfile.dl
platforms: linux/amd64,linux/arm64,linux/386,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x

steps:
- name: Checkout
Expand Down

0 comments on commit d65ca1e

Please sign in to comment.