add docker into container, to be able to docker login
This commit is contained in:
parent
b49cad1f58
commit
4a4614b3a9
@ -8,7 +8,8 @@ on:
|
||||
jobs:
|
||||
package_harmony_composer:
|
||||
container:
|
||||
image: hub.nationtech.io/harmony/harmony_composer:ci
|
||||
image: hub.nationtech.io/harmony/harmony_composer:latest
|
||||
force_pull: true
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -15,6 +15,8 @@ RUN apt update
|
||||
# For checkout action
|
||||
RUN apt install -y nodejs
|
||||
|
||||
RUN apt install -y docker.io
|
||||
|
||||
RUN rustup target add x86_64-unknown-linux-gnu
|
||||
|
||||
RUN apt install -y mingw-w64
|
||||
|
Loading…
Reference in New Issue
Block a user