Skip to content

Commit

Permalink
fix build packages image call
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Sep 8, 2024
1 parent 4900b6b commit bcc469d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
uses: docker/build-push-action@v6
with:
context: packages
tags: xiaoai-patch
load: true
- name: Build packages
uses: docker://xiaoai-patch
uses: docker://ghcr.io/duhow/xiaoai-patch:latest
- name: Upload packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bcc469d

Please sign in to comment.