Skip to content

Commit

Permalink
add manual trigger to docker_crossbuild_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Sep 5, 2023
1 parent f59102a commit d434361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_crossbuild_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- opened
- synchronize
- closed
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -64,4 +65,3 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: greenden/oracle-core:${{ github.ref_name }}, greenden/oracle-core:latest
push: true

0 comments on commit d434361

Please sign in to comment.