Skip to content

Commit

Permalink
remove github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Apr 4, 2021
1 parent 3124940 commit dd2b8fa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@ jobs:
run: |
docker build . --tag docker.pkg.github.com/veknet/tfaas
- name: Login to docker github registry
uses: docker/[email protected]
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Publish image
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: veknet/tfaas
tag_with_ref: true

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit dd2b8fa

Please sign in to comment.