We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3124940 commit dd2b8faCopy full SHA for dd2b8fa
.github/workflows/build.yml
@@ -66,22 +66,6 @@ jobs:
66
run: |
67
docker build . --tag docker.pkg.github.com/veknet/tfaas
68
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
79
80
81
82
- repository: veknet/tfaas
83
- tag_with_ref: true
84
85
- name: Login to DockerHub
86
uses: docker/login-action@v1
87
with:
0 commit comments