Skip to content

Commit 1c7f481

Browse files
committed
Remove ASWF container minor tag
Signed-off-by: Rémi Achard <[email protected]>
1 parent 49e0093 commit 1c7f481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
container:
5858
# DockerHub: https://hub.docker.com/u/aswf
5959
# Source: https://github.com/AcademySoftwareFoundation/aswf-docker
60-
image: aswf/ci-ocio:${{ matrix.vfx-cy }}.1
60+
image: aswf/ci-ocio:${{ matrix.vfx-cy }}
6161
strategy:
6262
fail-fast: true
6363
matrix:

.github/workflows/dependencies_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
container:
3939
# DockerHub: https://hub.docker.com/u/aswf
4040
# Source: https://github.com/AcademySoftwareFoundation/aswf-docker
41-
image: aswf/ci-base:${{ matrix.vfx-cy }}.1
41+
image: aswf/ci-base:${{ matrix.vfx-cy }}
4242
strategy:
4343
matrix:
4444
build: [1, 2, 3, 4]

0 commit comments

Comments
 (0)