"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "11a36651a63440c643e31cc1f595d609c54b20a9"
Commit cf54cbd0 authored by Harrison King Saturley-Hall's avatar Harrison King Saturley-Hall
Browse files

ci: follow naming conventions

parent 973903fb
......@@ -32,7 +32,7 @@ jobs:
name: Build and Test - ${{ matrix.framework }}
env:
CONTAINER_ID: test_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.job }}_${{ matrix.framework }}
IMAGE_TAG: ghcr.io/dynemo-ai/dynemo:pr_${{ github.event.pull_request.number}}_${{ matrix.framework }}
IMAGE_TAG: ghcr.io/dynemo-ai/dynemo:pr${{ github.event.pull_request.number}}-${{ matrix.framework }}
PYTEST_XML_FILE: pytest_test_report.xml
steps:
- name: Checkout repository
......@@ -48,7 +48,7 @@ jobs:
- name: Decide on cache
id: which_cache
env:
DEFAULT_CACHE_LOCATION: ghcr.io/dynemo-ai/dynemo:buildcache_${{ matrix.framework }}
DEFAULT_CACHE_LOCATION: ghcr.io/dynemo-ai/dynemo:latest-${{ matrix.framework }}
run: |
set +e
docker manifest inspect ${{ env.IMAGE_TAG }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment