add docker into container, to be able to docker login

This commit is contained in:
2025-06-16 17:13:51 -04:00
committed by tahahawa
parent b49cad1f58
commit 4a4614b3a9
2 changed files with 4 additions and 1 deletions

View File

@@ -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