We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4427ca3 commit 9f1b50fCopy full SHA for 9f1b50f
.github/workflows/service_docker-build-and-publish.yml
@@ -72,9 +72,10 @@ jobs:
72
cache-from: type=gha,mode=max
73
cache-to: type=gha,mode=max
74
build-args: |
75
- ANSIBLE_VERSION=${{ matrix.ansible_version }}
76
PYTHON_VERSION=${{ matrix.python_version }}
77
BASE_OS_VERSION=${{ matrix.base_os }}
+ ANSIBLE_VARIATION=${{ matrix.ansible_variation }}
78
+ ANSIBLE_VERSION=${{ matrix.ansible_version }}
79
PACKAGE_DEPENDENCIES=${{ env.PACKAGE_DEPENDENCIES }}
80
platforms: |
81
linux/amd64
0 commit comments