Skip to content

Commit

Permalink
fix: adjust context path
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Dec 19, 2024
1 parent cf1d225 commit 4c3c552
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ env:
DOCKER_MANIFEST_PATH: ${{ github.workspace }}/.manifests/docker
DOCKER_REGISTRY: localhost:5000
DOCKER_IMAGE_NAME: block-node-server
# DOCKER_CONTEXT_PATH: hedera-node/infrastructure/docker/containers/production-next/consensus-node
DOCKER_CONTEXT_PATH: server/docker
SKOPEO_VERSION: v1.14.0

jobs:
Expand Down Expand Up @@ -183,7 +183,8 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: |
SOURCE_DATE_EPOCH=${{ steps.commit.outputs.source-date }}
context: ${{ env.DOCKER_CONTEXT_PATH }}
context: ./${{ env.DOCKER_CONTEXT_PATH }}
file: ./${{ env.DOCKER_CONTEXT_PATH }}/Dockerfile
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.commit.outputs.sha-abbrev }}

- name: Generate Manifest
Expand Down

0 comments on commit 4c3c552

Please sign in to comment.