We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a2a48 commit 6d4e227Copy full SHA for 6d4e227
.github/workflows/publish-image.yaml
@@ -25,5 +25,5 @@ jobs:
25
# buildkit requires $ACTIONS_CACHE_URL and $ACTIONS_RUNTIME_TOKEN for GHA build cache
26
- name: publish image
27
run: |
28
- make build-driver
29
- make build-examples
+ make push-driver
+ make push-examples
0 commit comments