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 d2d7f2d commit ee8bbda
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 @@ -71,7 +71,7 @@ jobs:
- name: Build image
run: |
curl -ksLO https://raw.githubusercontent.com/dmwm/CMSKubernetes/master/docker/auth-proxy-server/Dockerfile
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/auth-proxy-server/auth-proxy-server
- name: Login to Registry
Expand Down

0 comments on commit ee8bbda

Please sign in to comment.