diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bdd51d5..71ad412 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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