Skip to content

Commit

Permalink
fix(tag): remove refs_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Oct 17, 2023
1 parent 0916054 commit bef5a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image_build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
working-directory: ../compose-etl
run: |
BRANCH=${{ steps.extract_branch.outputs.branch }}
BRANCH=${BRANCH#"refs_tags_"}
sed -i "s/tube:master/tube:${BRANCH//\//_}/g" docker-compose.yml
- name: change max_map_count (needed for running Elasticsearch in container)
Expand Down

0 comments on commit bef5a40

Please sign in to comment.