We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e0093 commit 1c7f481Copy full SHA for 1c7f481
.github/workflows/ci_workflow.yml
@@ -57,7 +57,7 @@ jobs:
57
container:
58
# DockerHub: https://hub.docker.com/u/aswf
59
# Source: https://github.com/AcademySoftwareFoundation/aswf-docker
60
- image: aswf/ci-ocio:${{ matrix.vfx-cy }}.1
+ image: aswf/ci-ocio:${{ matrix.vfx-cy }}
61
strategy:
62
fail-fast: true
63
matrix:
.github/workflows/dependencies_latest.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
- image: aswf/ci-base:${{ matrix.vfx-cy }}.1
+ image: aswf/ci-base:${{ matrix.vfx-cy }}
42
43
44
build: [1, 2, 3, 4]
0 commit comments