Skip to content

Commit

Permalink
Switch repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 14, 2020
1 parent b8f79b0 commit ab9a4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
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}},g" Dockerfile
docker build . --tag docker.pkg.github.com/vkuznet/das2go/das2go
docker build . --tag docker.pkg.github.com/dmwm/das2go/das2go
- name: Login to Registry
uses: docker/[email protected]
Expand All @@ -86,5 +86,5 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: vkuznet/das2go/das2go
repository: dmwm/das2go/das2go
tag_with_ref: true

0 comments on commit ab9a4ab

Please sign in to comment.