From 6d4e227556b210ab748be18d95f7e9fb3eb0d7a1 Mon Sep 17 00:00:00 2001 From: Naoki MATSUMOTO Date: Wed, 23 Oct 2024 23:05:14 +0900 Subject: [PATCH] ci: fix to push images --- .github/workflows/publish-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 1439887..ae7ab57 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -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