Skip to content

Commit d82a7d5

Browse files
Merge pull request #17 from aai-institute/update-pipelines
adopt pipelines to ghcr.io
2 parents 1e269aa + 4891560 commit d82a7d5

File tree

2 files changed

+3
-70
lines changed

2 files changed

+3
-70
lines changed

.github/workflows/docker_build.yaml

-67
This file was deleted.

.github/workflows/test_and_render.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
test_and_render:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: europe-west3-docker.pkg.dev/tfl-prod-ea3b/tfl-docker/tfl-training-probabilistic-model-checking:latest
13+
image: ghcr.io/aai-institute/tfl-training-probabilistic-model-checking:main
1414
options: --user root
1515
credentials:
16-
username: _json_key
17-
password: ${{ secrets.GAR_JSON_KEY }}
16+
username: ${{ github.actor }}
17+
password: ${{ secrets.GITHUB_TOKEN }}
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)