Skip to content

Commit

Permalink
Fix docker image address in CI
Browse files Browse the repository at this point in the history
馃う
  • Loading branch information
hsaunders1904 committed Oct 10, 2023
1 parent 59d57d1 commit 6455388
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
build-test:
runs-on: ubuntu-latest
container:
image: quay.io/hippo/hippo:latest
credentials:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_LOGIN_TOKEN }}
image: quay.io/hsaunders1904/hippo:latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6455388

Please sign in to comment.