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: ...@@ -32,7 +32,7 @@ jobs:
name: Build and Test - ${{ matrix.framework }} name: Build and Test - ${{ matrix.framework }}
env: env:
CONTAINER_ID: test_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.job }}_${{ matrix.framework }} 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 PYTEST_XML_FILE: pytest_test_report.xml
steps: steps:
- name: Checkout repository - name: Checkout repository
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
- name: Decide on cache - name: Decide on cache
id: which_cache id: which_cache
env: env:
DEFAULT_CACHE_LOCATION: ghcr.io/dynemo-ai/dynemo:buildcache_${{ matrix.framework }} DEFAULT_CACHE_LOCATION: ghcr.io/dynemo-ai/dynemo:latest-${{ matrix.framework }}
run: | run: |
set +e set +e
docker manifest inspect ${{ env.IMAGE_TAG }} 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