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 22
22
needs : [prepare-container]
23
23
services :
24
24
api :
25
- image : ghcr.io/flux-framework/flux-restful-api:test
25
+ image : ghcr.io/flux-framework/flux-restful-api:latest
26
26
ports :
27
27
- 5000:5000
28
28
env :
44
44
env :
45
45
INSTALL_BRANCH : ${{ needs.prepare-container.outputs.branch }}
46
46
INSTALL_REPO : ${{ github.repository }}
47
- image : ghcr.io/flux-framework/flux-restful-api:test
47
+ image : ghcr.io/flux-framework/flux-restful-api:latest
48
48
ports :
49
49
- 5000:5000
50
50
steps :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
needs : [prepare-container]
19
19
container :
20
- image : ghcr.io/flux-framework/flux-restful-api:test
20
+ image : ghcr.io/flux-framework/flux-restful-api:latest
21
21
ports :
22
22
- 5000
23
23
env :
You can’t perform that action at this time.
0 commit comments