Skip to content

Commit

Permalink
pull test container image from ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Nov 28, 2023
1 parent 7c59e39 commit 2edf2ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
types:
- completed

permissions:
contents: read
packages: read

jobs:
build-wheels:
if: |
Expand Down Expand Up @@ -61,7 +65,10 @@ jobs:
test-wheels:
runs-on: ubuntu-latest
container:
image: opendatacube/datacube-statistician:latest
image: ghcr.io/${{ github.repository }}:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

services:
postgres:
Expand Down

0 comments on commit 2edf2ca

Please sign in to comment.