We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2ed95 commit 7a015b3Copy full SHA for 7a015b3
1 file changed
.github/workflows/update-dist.yml
@@ -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