Skip to content

Commit e0d663a

Browse files
committed
Improve docker imaging
Build and push docker images for PRs marked with `ok-to-image` also
1 parent e21d475 commit e0d663a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626
jobs:
2727
buildAndPush:
2828
runs-on: ubuntu-latest
29+
if: ${{ github.event.label.name == 'ok-to-image' }} || ${{ github.event.label.name == 'ok-to-🐳' }} || ${{ github.ref == 'refs/heads/main' }}
2930
steps:
3031
- uses: actions/checkout@v4
3132
with:

0 commit comments

Comments
 (0)