Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilyaev authored Feb 6, 2022
1 parent 47a3e2d commit f26f949
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
- name: Get git tag
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- run: |
wget -L https://raw.githubusercontent.com/RabotaRu/DocHub/archops-conception-v2/example.env
cat example.env | grep ^VUE_APP | awk -F'=' '{print $1 "=" $1}' > .env

- id: buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit f26f949

Please sign in to comment.