Skip to content

Commit

Permalink
documentation says 'List of build-time variables'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarcelo committed Feb 12, 2025
1 parent b5d2033 commit 856450b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
build-args:
PYTHON_VERSION=${{ matrix.python-version }}-bullseye
- PYTHON_VERSION=${{ matrix.python-version }}-bullseye
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -96,8 +96,8 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
build-args:
PYTHON_VERSION=${{ matrix.python-version }}-bullseye
LEGACY_DEPS=True
- PYTHON_VERSION=${{ matrix.python-version }}-bullseye
- LEGACY_DEPS=True
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.legacy-deps-meta.outputs.tags }}
labels: ${{ steps.legacy-deps-meta.outputs.labels }}
Expand Down

0 comments on commit 856450b

Please sign in to comment.