File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 18
18
types :
19
19
- completed
20
20
21
+ env :
22
+ DOCKER_IMAGE : ghcr.io/opendatacube/odc-stats
23
+
21
24
permissions :
22
25
contents : read
23
26
packages : read
67
70
test-wheels :
68
71
runs-on : ubuntu-latest
69
72
container :
70
- image : ghcr.io/ ${{ github.repository }}:latest
73
+ image : ${{ env.DOCKER_IMAGE }}:latest
71
74
credentials :
72
75
username : ${{ github.actor }}
73
76
password : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 20
20
types :
21
21
- completed
22
22
23
+ env :
24
+ DOCKER_IMAGE : ghcr.io/opendatacube/odc-stats
23
25
24
26
permissions :
25
27
id-token : write # This is required for requesting the JWT
@@ -110,6 +112,6 @@ jobs:
110
112
registry : ghcr.io
111
113
username : ${{ github.actor }}
112
114
password : ${{ secrets.GITHUB_TOKEN }}
113
- image_name : ${{ github.repository }}
115
+ image_name : ${{ env.DOCKER_IMAGE }}
114
116
image_tag : latest,${{ needs.set_tags.outputs.image_tag }}
115
117
build_extra_args : ' {"--build-arg": "UPDATE_VERSION=${{ needs.set_tags.outputs.image_tag }}"}'
You can’t perform that action at this time.
0 commit comments