File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ jobs:
2020 with :
2121 fetch-depth : 0
2222
23- - name : Log in to the GitHub Container Registry
23+ - name : Log in to Docker Hub
2424 uses : docker/login-action@v2
2525 with :
26- registry : ghcr.io
27- username : Metatronsdoob369
28- password : ${{ secrets.GITHUB_TOKEN }}
26+ username : ${{ secrets.DOCKERHUB_USERNAME }}
27+ password : ${{ secrets.DOCKERHUB_TOKEN }}
2928
3029 - name : Convert owner name to lowercase
3130 id : string
4039 file : ./agents/Dockerfile
4140 push : true
4241 tags : |
43- ghcr.io/ ${{ steps.string.outputs.lowercase }}/clay-i-agent:latest
44- ghcr.io/ ${{ steps.string.outputs.lowercase }}/clay-i-agent:v15
42+ ${{ secrets.DOCKERHUB_USERNAME }}/clay-i-agent:latest
43+ ${{ secrets.DOCKERHUB_USERNAME }}/clay-i-agent:v15
You can’t perform that action at this time.
0 commit comments