Compare commits

...

2 Commits

Author SHA1 Message Date
tahahawa
585595239f update sha
All checks were successful
Compile and package harmony_composer / package_harmony_composer (pull_request) Successful in 40s
Run Check Script / check (push) Successful in 1m50s
Run Check Script / check (pull_request) Successful in 1m51s
2025-06-18 11:01:27 -04:00
tahahawa
6a855d67f2 switch back to docker 2025-06-18 11:00:25 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
package_harmony_composer:
container:
image: hub.nationtech.io/harmony/harmony_composer:latest@sha256:72711ad44406223a02e2e17b7a0af5b660db7e9a500a89ce43003cfd92a55205
image: hub.nationtech.io/harmony/harmony_composer:latest@sha256:42884e0cea2063e0ce15d61b3edc64c2bc2069e845a4df8bd6529bc27e36e005
runs-on: Taha-Linux
steps:
- name: Checkout code

View File

@ -15,8 +15,8 @@ RUN apt update
# For checkout action
RUN apt install -y nodejs
# RUN apt install -y docker.io
RUN apt install -y podman podman-docker
RUN apt install -y docker.io
# RUN apt install -y podman podman-docker
RUN rustup target add x86_64-unknown-linux-gnu