Skip to content

Commit

Permalink
adopt pipelines to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fariedabuzaid committed Feb 9, 2024
1 parent 7bec132 commit a6737b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 71 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/docker_build.yaml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/test_and_render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
test_and_render:
runs-on: ubuntu-latest
container:
image: europe-west3-docker.pkg.dev/tfl-prod-ea3b/tfl-docker/tfl-training-probabilistic-model-checking:latest
options: --user root
image: ghcr.io/aai-institute/tfl-training-probabilistic-model-checking:main
credentials:
username: _json_key
password: ${{ secrets.GAR_JSON_KEY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a6737b7

Please sign in to comment.