Skip to content

Commit

Permalink
Merge branch 'main' into release/1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Jul 23, 2024
2 parents 700a3cf + c7c24b7 commit 37550c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/promote_rc_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
mage_rc_version:
description: "Mage RC version to promote (format: rcX)"
required: true
required: false
type: string
memgraph_version:
description: "Memgraph version (format: X.Y.Z)"
Expand All @@ -32,7 +32,7 @@ env:
rc_bucket: deps.memgraph.io
rc_dir: mage/v${{ github.event.inputs.mage_version }}-${{ github.event.inputs.mage_rc_version }}
docker_repo_rc: memgraph/memgraph-mage
docker_repo_release: memgraph/memgraph-mage${{ github.event.inputs.test == true && '-release-test' || '' }}
docker_repo_release: memgraph/memgraph-mage${{ github.event.inputs.test == 'true' && '-release-test' || '' }}

jobs:
PromoteDocker:
Expand All @@ -58,7 +58,7 @@ jobs:
- build_target: "dev"
build_scope: "with ML"
build_type: "RelwithDebInfo"
image_ext: "-dev-relwithdebinfo"
image_ext: "-dev"
runs-on: ${{ matrix.build_target == 'dev' && 'ubuntu-large' || 'ubuntu-latest' }}
steps:
- name: Setup environment variables
Expand Down

0 comments on commit 37550c7

Please sign in to comment.