Skip to content

Commit 8724ea9

Browse files
authored
[CI] Make Ubuntu Docker image visible (#555)
1 parent 4ffd7c5 commit 8724ea9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request_target:
88
paths:
99
- 'docker/**'
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read
@@ -44,3 +45,4 @@ jobs:
4445
platforms: linux/amd64,linux/arm64
4546
push: true # ${{ github.ref == 'refs/heads/master' }}
4647
tags: ghcr.io/learning-process/ppc-ubuntu:latest
48+
visibility: public

0 commit comments

Comments
 (0)