File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
test-wheels :
68
68
runs-on : ubuntu-latest
69
69
container :
70
- image : ghcr.io/${{ github.repository }} :latest
70
+ image : ghcr.io/opendatacube/odc-stats :latest
71
71
credentials :
72
72
username : ${{ github.actor }}
73
73
password : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Statistician Test and Push
2
2
3
3
env :
4
4
IMAGE_NAME : opendatacube/datacube-statistician
5
+ DOCKER_IMAGE : ghcr.io/opendatacube/odc-stats
5
6
6
7
on :
7
8
pull_request :
20
21
types :
21
22
- completed
22
23
23
-
24
24
permissions :
25
25
id-token : write # This is required for requesting the JWT
26
26
contents : read # This is required for actions/checkout
@@ -110,6 +110,6 @@ jobs:
110
110
registry : ghcr.io
111
111
username : ${{ github.actor }}
112
112
password : ${{ secrets.GITHUB_TOKEN }}
113
- image_name : ${{ github.repository }}
113
+ image_name : ${{ env.DOCKER_IMAGE }}
114
114
image_tag : latest,${{ needs.set_tags.outputs.image_tag }}
115
115
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