aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 18:17:26 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 18:17:26 +0300
commit8c674c6bfa4ac24a19c0f91355b2753e6041b3ac (patch)
tree62574b04efd6aadffc76e28f8bafb364cda02d5c /.github/workflows
parentv2.2.0 (diff)
downloadcgitize-8c674c6bfa4ac24a19c0f91355b2753e6041b3ac.tar.gz
cgitize-8c674c6bfa4ac24a19c0f91355b2753e6041b3ac.zip
workflows/ci: fix a typov2.2.0
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a26fed8..93a929e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
if [ '${{ github.ref }}' = 'refs/heads/master' ]; then
echo '::set-output name=platforms::linux/amd64'
else
- echo '::set-output name=platforms::linux/amd64,linux-armhf'
+ echo '::set-output name=platforms::linux/amd64,linux/armhf'
fi
- name: Build and publish
uses: docker/build-push-action@v2