Skip to content

Commit

Permalink
drop! Use RC of openassetio-build Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: David Feltell <[email protected]>
  • Loading branch information
feltech committed Aug 13, 2024
1 parent f67648e commit a2f3af8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/build_openassetio/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Composite action for reuse within other workflows.
# Builds OpenAssetIO.
# Should be run on a ghcr.io/openassetio/openassetio-build container.
# Should be run on a ghcr.io/openassetio/openassetio-build:2024.5.rc1 container.

name: Build OpenAssetIO
description: Builds OpenAssetIO and publishes an artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/build_openassetio_mediacreation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Composite action for reuse within other workflows.
# Builds OpenAssetIO-MediaCreation.
# Should be run on a ghcr.io/openassetio/openassetio-build container.
# Should be run on a ghcr.io/openassetio/openassetio-build:2024.5.rc1 container.

name: Build OpenAssetIO-MediaCreation
description: Builds OpenAssetIO-MediaCreation and publishes an artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Build OpenAssetIO
runs-on: ubuntu-latest
container:
image: ghcr.io/openassetio/openassetio-build
image: ghcr.io/openassetio/openassetio-build:2024.5.rc1
steps:
- uses: actions/checkout@v3
- name: Build
Expand All @@ -58,7 +58,7 @@ jobs:
name: Build OpenAssetIO-MediaCreation
runs-on: ubuntu-latest
container:
image: ghcr.io/openassetio/openassetio-build
image: ghcr.io/openassetio/openassetio-build:2024.5.rc1
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build OpenAssetIO
runs-on: ubuntu-latest
container:
image: ghcr.io/openassetio/openassetio-build
image: ghcr.io/openassetio/openassetio-build:2024.5.rc1
steps:
- uses: actions/checkout@v3
- name: Build
Expand All @@ -25,7 +25,7 @@ jobs:
name: Build OpenAssetIO-MediaCreation
runs-on: ubuntu-latest
container:
image: ghcr.io/openassetio/openassetio-build
image: ghcr.io/openassetio/openassetio-build:2024.5.rc1
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit a2f3af8

Please sign in to comment.