aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 17:05:50 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 17:05:50 +0100
commit611efe117fc3007be9c894920b701ca8ac13a7dd (patch)
treea2ed24682d41a00946811422c7d174161b25b20f /.github/workflows
parentMakefile: split long commands (diff)
downloadfr24feed-611efe117fc3007be9c894920b701ca8ac13a7dd.tar.gz
fr24feed-611efe117fc3007be9c894920b701ca8ac13a7dd.zip
shorter platform names
Diffstat (limited to '.github/workflows')
-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 3ffed23..73fdba9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,6 +52,6 @@ jobs:
with:
context: '${{ matrix.project }}'
file: '${{ matrix.project }}/Dockerfile'
- platforms: linux/i386,linux/amd64,linux/armhf
+ platforms: i386,amd64,armhf
push: true
tags: '${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.project }}:latest'