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