Skip to content

Commit

Permalink
fix: adjusted variables
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 a7ed778 commit fcedabb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ permissions:
env:
DOCKER_MANIFEST_GENERATOR: .github/workflows/support/scripts/generate-docker-artifact-baseline.sh
DOCKER_MANIFEST_PATH: ${{ github.workspace }}/.manifests/docker
DOCKER_REGISTRY: localhost:5000
DOCKER_IMAGE_NAME: block-node-server
# DOCKER_REGISTRY: localhost:5000
# DOCKER_IMAGE_NAME: block-node-server
DOCKER_CONTEXT_PATH: server/docker
SKOPEO_VERSION: v1.14.0
OWNER: hashgraph
PACKAGE_NAME: hedera-block-node
REGISTRY: ghcr.io

jobs:
generate-baseline:
Expand Down Expand Up @@ -183,9 +186,12 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: |
SOURCE_DATE_EPOCH=${{ steps.commit.outputs.source-date }}
VERSION=${{ env.VERSION }}
context: ./${{ env.DOCKER_CONTEXT_PATH }}
file: ./${{ env.DOCKER_CONTEXT_PATH }}/Dockerfile
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.commit.outputs.sha-abbrev }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.VERSION }}
build-contexts: |
distributions=./server/build/distributions
- name: Generate Manifest
id: manifest
Expand Down

0 comments on commit fcedabb

Please sign in to comment.