Skip to content

Commit 9f1b50f

Browse files
committed
Added variation
1 parent 4427ca3 commit 9f1b50f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/service_docker-build-and-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ jobs:
7272
cache-from: type=gha,mode=max
7373
cache-to: type=gha,mode=max
7474
build-args: |
75-
ANSIBLE_VERSION=${{ matrix.ansible_version }}
7675
PYTHON_VERSION=${{ matrix.python_version }}
7776
BASE_OS_VERSION=${{ matrix.base_os }}
77+
ANSIBLE_VARIATION=${{ matrix.ansible_variation }}
78+
ANSIBLE_VERSION=${{ matrix.ansible_version }}
7879
PACKAGE_DEPENDENCIES=${{ env.PACKAGE_DEPENDENCIES }}
7980
platforms: |
8081
linux/amd64

0 commit comments

Comments
 (0)