Skip to content

Commit 5b771b0

Browse files
committed
fix official docker image name in monitoring
1 parent 7540cd4 commit 5b771b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
uses: fontebasso/docker-hub-upstream@main
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
18-
image: '_/alpine'
18+
image: 'library/alpine'
1919
tag: '3.16'

0 commit comments

Comments
 (0)