From 5c1df0841acf34becf81ad17d083fd5e2d46f654 Mon Sep 17 00:00:00 2001 From: Naka Masato Date: Sat, 9 Sep 2023 22:21:31 +0900 Subject: [PATCH] ci: fix release.yml (#253) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 348162bd..fcf8ce39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v4 with: - context: k8s-ci + context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}