fix(ci): Remove specific sha256 for harmony composer image, just always run on latest

This commit is contained in:
Jean-Gabriel Gill-Couture 2025-08-11 15:52:37 -04:00
parent 29a261575b
commit 0812937a67

View File

@ -9,7 +9,7 @@ jobs:
check:
runs-on: docker
container:
image: hub.nationtech.io/harmony/harmony_composer:latest@sha256:eb0406fcb95c63df9b7c4b19bc50ad7914dd8232ce98e9c9abef628e07c69386
image: hub.nationtech.io/harmony/harmony_composer:latest
steps:
- name: Checkout code
uses: actions/checkout@v4