Skip to content

Commit

Permalink
simplify docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 12, 2023
1 parent ad28e9e commit 55ac70b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:

- name: Build image
run: |
docker build . --tag docker.pkg.github.com/veknet/tfaas
docker tag docker.pkg.github.com/veknet/tfaas/tfaas registry.cern.ch/cmsweb/tfaas
docker build . --tag registry.cern.ch/cmsweb/tfaas
- name: Login to registry.cern.ch
uses: docker/[email protected]
Expand Down

0 comments on commit 55ac70b

Please sign in to comment.