Skip to content

Commit

Permalink
fix issues with pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 13, 2024
1 parent 426ebcd commit 60cdba7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-node-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ env:
AWS_ROLE_ARN: "arn:aws:iam::192549843005:role/github-devops-cd"
IMAGE_COUNT_UPPER_LIMIT: 20
IMAGE_COUNT_LOWER_LIMIT: 10
# CONCORDIUM_NODE_VERSION: ${{ inputs.node_version }}
CONCORDIUM_NODE_VERSION: 7.0.6-5
# RELEASE_TYPE: ${{ inputs.release_type }}
RELEASE_TYPE: alpha
CONCORDIUM_NODE_VERSION: ${{ inputs.node_version }}
RELEASE_TYPE: ${{ inputs.release_type }}

permissions:
id-token: write
Expand Down

0 comments on commit 60cdba7

Please sign in to comment.