Skip to content

Commit

Permalink
ci: workaround env interpolation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 16, 2024
1 parent 0f37b76 commit fb29d86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
contents: read
env:
DOCKER_BASE_TAG: ghcr.io/ocr-d docker.io/ocrd
DOCKER_BUILD: docker buildx build --progress=plain --platform ${{ env.PLATFORMS }} --push
# TODO(kba): make the interpolation work correctly
# DOCKER_BUILD: docker buildx build --progress=plain --platform ${{ env.PLATFORMS }} --push
DOCKER_BUILD: docker buildx build --progress=plain --platform linux/amd64,linux/arm64/v8,linux/ppc64le --push
steps:
- name: Export variables
run: |
Expand Down

0 comments on commit fb29d86

Please sign in to comment.