diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-06 10:56:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 10:56:53 +0530 |
commit | 71b79092e44c49388df2231f9a24e7c41911807d (patch) | |
tree | 528fb65fc671f182aeb3927c659b23e47aa36347 /.github | |
parent | 18bbefc654b2c78cf1cdb1eeee0ac8b00a13ed99 (diff) |
Update action.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a9e3f87..03b3188 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -10,6 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Prepare + - id: prepare run: | DOCKER_IMAGE=navanchauhan/curie-cli DOCKER_PLATFORMS=linux/amd64,linux/arm64 |