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 92be545 commit 99b6660Copy full SHA for 99b6660
.github/workflows/publish-library.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches: [main]
6
paths:
7
+ - '.github/workflows/publish-library.yml'
8
- 'beta/**'
9
- 'stable/**'
10
@@ -30,7 +31,8 @@ jobs:
30
31
git config --global user.name "dart-github-bot"
32
git config --global user.email "[email protected]"
33
- gh repo fork docker-library/official-images --clone=true --remote
34
+ gh repo sync dart-github-bot/official-images
35
+ gh repo clone dart-github-bot/official-images
36
cd official-images
37
38
git fetch upstream
0 commit comments