Skip to content

Commit dd2b8fa

Browse files
committed
remove github registry
1 parent 3124940 commit dd2b8fa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,6 @@ jobs:
6666
run: |
6767
docker build . --tag docker.pkg.github.com/veknet/tfaas
6868
69-
- name: Login to docker github registry
70-
uses: docker/[email protected]
71-
with:
72-
registry: docker.pkg.github.com
73-
username: ${{ github.actor }}
74-
password: ${{ secrets.GITHUB_TOKEN }}
75-
76-
- name: Publish image
77-
uses: docker/build-push-action@v1
78-
with:
79-
username: ${{ github.actor }}
80-
password: ${{ secrets.GITHUB_TOKEN }}
81-
registry: docker.pkg.github.com
82-
repository: veknet/tfaas
83-
tag_with_ref: true
84-
8569
- name: Login to DockerHub
8670
uses: docker/login-action@v1
8771
with:

0 commit comments

Comments
 (0)