Skip to content

Commit 1f31fb1

Browse files
committed
Add objects.githubusercontent.com to allowed domains.
1 parent 9fc39f6 commit 1f31fb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
auth.docker.io:443
3737
dl-cdn.alpinelinux.org:443
3838
github.com:443
39+
objects.githubusercontent.com:443
3940
pecl.php.net:443
4041
production.cloudflare.docker.com:443
4142
productionresultssa4.blob.core.windows.net:443
@@ -74,6 +75,7 @@ jobs:
7475
allowed-endpoints: >
7576
api.github.com:443
7677
github.com:443
78+
objects.githubusercontent.com:443
7779
7880
- name: Checkout source code
7981
uses: actions/checkout@v4
@@ -109,6 +111,7 @@ jobs:
109111
api.github.com:443
110112
ghcr.io:443
111113
github.com:443
114+
objects.githubusercontent.com:443
112115
113116
# Need source code to push README file contents to Docker Hub
114117
- name: Checkout source code

0 commit comments

Comments
 (0)