Skip to content

Commit

Permalink
restore container to latest
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 23, 2023
1 parent 3fba170 commit 5ff3b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: [prepare-container]
services:
api:
image: ghcr.io/flux-framework/flux-restful-api:test
image: ghcr.io/flux-framework/flux-restful-api:latest
ports:
- 5000:5000
env:
Expand All @@ -44,7 +44,7 @@ jobs:
env:
INSTALL_BRANCH: ${{ needs.prepare-container.outputs.branch }}
INSTALL_REPO: ${{ github.repository }}
image: ghcr.io/flux-framework/flux-restful-api:test
image: ghcr.io/flux-framework/flux-restful-api:latest
ports:
- 5000:5000
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare-container]
container:
image: ghcr.io/flux-framework/flux-restful-api:test
image: ghcr.io/flux-framework/flux-restful-api:latest
ports:
- 5000
env:
Expand Down

0 comments on commit 5ff3b0a

Please sign in to comment.