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 d3de617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Replace tube branch
working-directory: ../compose-etl
run: |
BRANCH=${{ steps.extract_branch.outputs.branch }}
BRANCH=${{ github.head_ref || github.ref_name }}
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 d3de617

Please sign in to comment.