From ede24069fd32fd340c9b192a7006292142ff0b40 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Wed, 7 Dec 2022 21:15:35 +0800 Subject: [PATCH] chore: rename step & disable manual run Signed-off-by: Billy Zha --- .github/workflows/oras-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/oras-release.yml b/.github/workflows/oras-release.yml index 6668a4778c2..a7c05f87548 100644 --- a/.github/workflows/oras-release.yml +++ b/.github/workflows/oras-release.yml @@ -4,7 +4,6 @@ on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" - workflow_dispatch: jobs: publish: @@ -51,7 +50,7 @@ jobs: uses: docker/setup-buildx-action@v2 id: setup_buildx - - name: Build image + - name: Build and push if: ${{ success() }} uses: docker/bake-action@v1 with: