Skip to content

Commit 6d4e227

Browse files
committed
ci: fix to push images
1 parent 86a2a48 commit 6d4e227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
# buildkit requires $ACTIONS_CACHE_URL and $ACTIONS_RUNTIME_TOKEN for GHA build cache
2626
- name: publish image
2727
run: |
28-
make build-driver
29-
make build-examples
28+
make push-driver
29+
make push-examples

0 commit comments

Comments
 (0)