Skip to content

Commit

Permalink
chore: rename step & disable manual run (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah authored Dec 7, 2022
1 parent 0b094d5 commit 3474516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/oras-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
workflow_dispatch:

jobs:
publish:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3474516

Please sign in to comment.