Skip to content

Commit 5ff3b0a

Browse files
committed
restore container to latest
Signed-off-by: vsoch <[email protected]>
1 parent 3fba170 commit 5ff3b0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: [prepare-container]
2323
services:
2424
api:
25-
image: ghcr.io/flux-framework/flux-restful-api:test
25+
image: ghcr.io/flux-framework/flux-restful-api:latest
2626
ports:
2727
- 5000:5000
2828
env:
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
INSTALL_BRANCH: ${{ needs.prepare-container.outputs.branch }}
4646
INSTALL_REPO: ${{ github.repository }}
47-
image: ghcr.io/flux-framework/flux-restful-api:test
47+
image: ghcr.io/flux-framework/flux-restful-api:latest
4848
ports:
4949
- 5000:5000
5050
steps:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
needs: [prepare-container]
1919
container:
20-
image: ghcr.io/flux-framework/flux-restful-api:test
20+
image: ghcr.io/flux-framework/flux-restful-api:latest
2121
ports:
2222
- 5000
2323
env:

0 commit comments

Comments
 (0)