39
39
cache-to : type=gha,mode=max`
40
40
file : util/container/Dockerfile
41
41
push : true
42
- tags : ghcr.io/pulp-platform /snitch_cluster:${{ github.ref_name }}
42
+ tags : ghcr.io/${{ github.repository_owner }} /snitch_cluster:${{ github.ref_name }}
43
43
44
44
# #######
45
45
# Docs #
53
53
github.event_name != 'pull_request' ||
54
54
github.event.pull_request.head.repo.full_name != github.repository
55
55
container :
56
- image : ghcr.io/pulp-platform /snitch_cluster:${{ github.ref_name }}
56
+ image : ghcr.io/${{ github.repository_owner }} /snitch_cluster:${{ github.ref_name }}
57
57
steps :
58
58
- uses : actions/checkout@v2
59
59
- name : Build docs
93
93
github.event_name != 'pull_request' ||
94
94
github.event.pull_request.head.repo.full_name != github.repository
95
95
container :
96
- image : ghcr.io/pulp-platform /snitch_cluster:${{ github.ref_name }}
96
+ image : ghcr.io/${{ github.repository_owner }} /snitch_cluster:${{ github.ref_name }}
97
97
steps :
98
98
- uses : actions/checkout@v2
99
99
- name : Run pytest
@@ -111,7 +111,7 @@ jobs:
111
111
github.event_name != 'pull_request' ||
112
112
github.event.pull_request.head.repo.full_name != github.repository
113
113
container :
114
- image : ghcr.io/pulp-platform /snitch_cluster:${{ github.ref_name }}
114
+ image : ghcr.io/${{ github.repository_owner }} /snitch_cluster:${{ github.ref_name }}
115
115
steps :
116
116
- uses : actions/checkout@v2
117
117
with :
@@ -161,7 +161,7 @@ jobs:
161
161
github.event_name != 'pull_request' ||
162
162
github.event.pull_request.head.repo.full_name != github.repository
163
163
container :
164
- image : ghcr.io/pulp-platform /snitch_cluster:${{ github.ref_name }}
164
+ image : ghcr.io/${{ github.repository_owner }} /snitch_cluster:${{ github.ref_name }}
165
165
steps :
166
166
- uses : actions/checkout@v4
167
167
with :
0 commit comments