From 13f8a902565589672ba810cfc2f9343ab4d5f270 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 17 Nov 2024 16:55:26 -0800 Subject: [PATCH] container Signed-off-by: Cary Phillips --- .github/workflows/ci_steps.yml | 2 -- .github/workflows/ci_workflow.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_steps.yml b/.github/workflows/ci_steps.yml index 8f4b8b469..59d23e6d4 100644 --- a/.github/workflows/ci_steps.yml +++ b/.github/workflows/ci_steps.yml @@ -43,8 +43,6 @@ jobs: runs-on: ${{ inputs.os }} container: - # DockerHub: https://hub.docker.com/u/aswf - # Source: https://github.com/AcademySoftwareFoundation/aswf-docker image: ${{ inputs.container }} env: diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index d6d26edd5..b46cdae10 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -51,6 +51,8 @@ jobs: # Note the defaults provided here for the builds that don't specify # values. os: ubuntu-latest + # DockerHub: https://hub.docker.com/u/aswf + # Source: https://github.com/AcademySoftwareFoundation/aswf-docker container: aswf/ci-openexr:${{ matrix.vfx-cy || '2024' }} cxx-standard: ${{ matrix.cxx-standard || '17' }} build-type: ${{ matrix.build-type || 'Release' }}