Skip to content

Commit 7a015b3

Browse files
committed
ci: update-dist workflow
1 parent af2ed95 commit 7a015b3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/update-dist.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: update-dist
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- synchronize
8+
branches:
9+
- main
10+
11+
jobs:
12+
update-dist:
13+
if: github.actor == 'dependabot[bot]'
14+
uses: docker/actions-toolkit/.github/workflows/action-dist-update.yml@action-dist-update
15+
permissions:
16+
contents: write
17+
with:
18+
bake-target: build

0 commit comments

Comments
 (0)