Skip to content

Commit

Permalink
Removed prep_env
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Aug 2, 2024
1 parent 5fd69a2 commit 34fabb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
- name: Save tag to file if release
if: startsWith(github.ref, 'refs/tags/')
run: echo ${{ github.ref_name }} > VERSION.txt
- name: prepare environment
run: bash -c ./service_config/prepare_env.sh
- name: Build the Docker image for temporary use only
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
run: docker build . --file Dockerfile --tag tmp:latest
Expand Down

0 comments on commit 34fabb3

Please sign in to comment.