Skip to content

Commit

Permalink
does removing quotes help
Browse files Browse the repository at this point in the history
  • Loading branch information
counik committed Oct 8, 2024
1 parent b6cfce1 commit 92e6e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-arch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
with:
context: "{{defaultContext}}:images/python-base"
platforms: linux/amd64,linux/arm64
build-args: PYTHON_VERSION="${{ matrix.py_version }}"
build-args: PYTHON_VERSION=${{ matrix.py_version }}
push: true
tags: kevintest:latest

0 comments on commit 92e6e90

Please sign in to comment.