Skip to content

Commit

Permalink
ci: fix to push images
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki9911 committed Oct 23, 2024
1 parent 86a2a48 commit 6d4e227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
# buildkit requires $ACTIONS_CACHE_URL and $ACTIONS_RUNTIME_TOKEN for GHA build cache
- name: publish image
run: |
make build-driver
make build-examples
make push-driver
make push-examples

0 comments on commit 6d4e227

Please sign in to comment.