Skip to content

Commit

Permalink
Build and use docker image in UKAEA namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-nunn committed Aug 16, 2023
1 parent 80a6155 commit 6f0182c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
run: |
cp requirements.txt docker/ci/
cd docker/ci
docker build . -t ghcr.io/timothy-nunn/process-ci:latest
docker push ghcr.io/timothy-nunn/process-ci:latest
docker build . -t ghcr.io/ukaea/process-ci:latest
docker push ghcr.io/ukaea/process-ci:latest
make-py38:
runs-on: ubuntu-latest
needs: docker
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
needs: make-py38
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -100,7 +100,7 @@ jobs:
# runs-on: ubuntu-latest
# needs: make-py38
# container:
# image: ghcr.io/timothy-nunn/process-ci:latest
# image: ghcr.io/ukaea/process-ci:latest
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -121,7 +121,7 @@ jobs:
needs: make-py38
continue-on-error: true
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -142,7 +142,7 @@ jobs:
needs: make-py38
continue-on-error: true
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
needs: make-py38
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -189,7 +189,7 @@ jobs:
flake8:
runs-on: ubuntu-latest
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -201,7 +201,7 @@ jobs:
black:
runs-on: ubuntu-latest
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -218,7 +218,7 @@ jobs:
needs: large-tokamak-py38
if: github.ref == 'refs/heads/main'
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
needs: tracking
if: github.ref == 'refs/heads/main'
container:
image: ghcr.io/timothy-nunn/process-ci:latest
image: ghcr.io/ukaea/process-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6f0182c

Please sign in to comment.