Skip to content

Commit

Permalink
attempted to fix distribution var
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <matt.peterson@swirldslabs.com>
  • Loading branch information
mattp-swirldslabs committed Jan 2, 2025
1 parent 0f3fe78 commit 923dde0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ jobs:
ls -la
mv *.json "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
mv *.tar.gz "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
echo "Moved files to: ${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
- name: Determine Home Directory
id: home
Expand Down Expand Up @@ -379,7 +380,7 @@ jobs:
file: ./${{ env.DOCKER_CONTEXT_PATH }}/Dockerfile
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ needs.generate-baseline.outputs.sha-abbrev }}
build-contexts: |
distributions=../distributions
distributions=./server/build/distributions
- name: Regenerate Manifest
id: regen-manifest
Expand Down

0 comments on commit 923dde0

Please sign in to comment.