Skip to content

Commit

Permalink
Added variation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Oct 5, 2024
1 parent 4427ca3 commit 9f1b50f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/service_docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ jobs:
cache-from: type=gha,mode=max
cache-to: type=gha,mode=max
build-args: |
ANSIBLE_VERSION=${{ matrix.ansible_version }}
PYTHON_VERSION=${{ matrix.python_version }}
BASE_OS_VERSION=${{ matrix.base_os }}
ANSIBLE_VARIATION=${{ matrix.ansible_variation }}
ANSIBLE_VERSION=${{ matrix.ansible_version }}
PACKAGE_DEPENDENCIES=${{ env.PACKAGE_DEPENDENCIES }}
platforms: |
linux/amd64
Expand Down

0 comments on commit 9f1b50f

Please sign in to comment.