Skip to content

Commit

Permalink
Fix sed expression
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 14, 2020
1 parent 1246fd2 commit ab28560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
curl -ksLO https://raw.githubusercontent.com/dmwm/CMSKubernetes/master/docker/das-server/Dockerfile
curl -ksLO https://raw.githubusercontent.com/dmwm/CMSKubernetes/master/docker/das-server/run.sh
sed -i -e "s,ENV TAG=.*,ENV TAG=${{steps.get-ref.outputs.tag}}" Dockerfile
sed -i -e "s,ENV TAG=.*,ENV TAG=${{steps.get-ref.outputs.tag}},g" Dockerfile
docker build . --tag docker.pkg.github.com/vkuznet/das-server/das-server
- name: Login to Registry
Expand Down

0 comments on commit ab28560

Please sign in to comment.