Skip to content

Commit

Permalink
Trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Apr 4, 2024
1 parent c25ff46 commit 3cdc019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
registry-type: public

- name: Build components
run: ./scripts/build_components.sh -t dev
run: ./scripts/build_components.sh -t $GITHUB_SHA

# In case the build runs longer as 1h we need to refresh the token
- name: Refresh login to Amazon ECR Public
Expand All @@ -68,10 +68,10 @@ jobs:
registry-type: public

- name: Build data explorer
run: ./scripts/build_explorer.sh -t dev
run: ./scripts/build_explorer.sh -t $GITHUB_SHA

- name: Build base image
run: ./scripts/build_base_image.sh -t dev
run: ./scripts/build_base_image.sh -t $GITHUB_SHA

#- name: Update version in pyproject.toml with tag version
# run: sed -i "s/^version = .*/version = '${{github.ref_name}}'/" pyproject.toml
Expand Down

0 comments on commit 3cdc019

Please sign in to comment.