Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Jan 9, 2025
1 parent 0c2c7a6 commit f26236c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: build-n-push
env:
CARDANO_NODE_BUILD_BRANCH: master
CARDANO_NODE_COMMIT: efd5600-0 # overrides branch for tagging
CARDANO_NODE_LINUX_TGZ: https://github.com/IntersectMBO/cardano-node/releases/download/9.1.1/cardano-node-9.1.1-linux.tar.gz
CARDANO_NODE_COMMIT: 1f63dbf-0 # overrides branch for tagging
CARDANO_NODE_LINUX_TGZ: https://github.com/IntersectMBO/cardano-node/releases/download/10.1.4/cardano-node-10.1.4-linux.tar.gz
DOCKER_REGISTRY: docker.io
DOCKER_IMAGE_NAME: repsistance/cardano-node
DOCKER_IMAGE_SUFFIX: "-9.1.1-1"
DOCKER_IMAGE_SUFFIX: "-10.1.4-0"
DOCKER_IMAGE_URI: ${DOCKER_REGISTRY}/${DOCKER_IMAGE_NAME}
DOCKER_SRC_TARGETS: "bin-build"
DOCKER_FINAL_TARGETS: "iohk-mn-passive iohk-mn-leader iohk-tn-passive iohk-tn-leader iohk-preview-passive iohk-preview-leader iohk-preprod-passive iohk-preprod-leader iohk-sanchonet-passive"
Expand Down

0 comments on commit f26236c

Please sign in to comment.