summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-04-30 13:50:41 -0400
committerChris Evich <cevich@redhat.com>2021-04-30 13:50:41 -0400
commit00f2f7d14e612632e6d05d2f0e956d43bd2f10b5 (patch)
tree398863e5f5c32cec7b6df750815329dde5d986ab /.github
parentd6ec38f2eec6c9ac9e11db5cbf949a357fa13f28 (diff)
downloadpodman-00f2f7d14e612632e6d05d2f0e956d43bd2f10b5.tar.gz
podman-00f2f7d14e612632e6d05d2f0e956d43bd2f10b5.tar.bz2
podman-00f2f7d14e612632e6d05d2f0e956d43bd2f10b5.zip
Fix multi-arch image workflow typo
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/multi-arch-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/multi-arch-build.yaml b/.github/workflows/multi-arch-build.yaml
index 5bf807013..2a86bab7e 100644
--- a/.github/workflows/multi-arch-build.yaml
+++ b/.github/workflows/multi-arch-build.yaml
@@ -62,7 +62,7 @@ jobs:
# Simple verification that stable images work, and
# also grab version number use in forming the FQIN.
- name: amd64 container sniff test
- if: matrix.source = 'stable'
+ if: matrix.source == 'stable'
id: sniff_test
run: |
VERSION_OUTPUT="$(docker run localhost:5000/podman/${{ matrix.source }} \