mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Merge pull request #10183 from cevich/fix_multi_arch_syntax
Fix multi-arch image workflow typo
This commit is contained in:
2
.github/workflows/multi-arch-build.yaml
vendored
2
.github/workflows/multi-arch-build.yaml
vendored
@@ -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 }} \
|
||||
|
||||
@@ -39,6 +39,7 @@ filtered_changes=$(git diff --name-status $base $head |
|
||||
fgrep -vx go.mod |
|
||||
fgrep -vx go.sum |
|
||||
egrep -v '^[^/]+\.md$' |
|
||||
egrep -v '^.github' |
|
||||
egrep -v '^contrib/' |
|
||||
egrep -v '^docs/' |
|
||||
egrep -v '^hack/' |
|
||||
|
||||
Reference in New Issue
Block a user