File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 id : meta
1212 uses : docker/metadata-action@v5
1313 with :
14- images : ${{ env .DOCKERHUB_USERNAME }}/openrepo
14+ images : ${{ vars .DOCKERHUB_USERNAME }}/openrepo
1515 tags : |
1616 type=schedule
1717 type=ref,event=branch
@@ -29,13 +29,13 @@ jobs:
2929 -
3030 name : Print environment variables
3131 run : |
32- echo "DOCKERHUB_USERNAME=${{ env .DOCKERHUB_USERNAME }}"
32+ echo "DOCKERHUB_USERNAME=${{ vars .DOCKERHUB_USERNAME }}"
3333 echo "DOCKERHUB_TOKEN=${{ secrets.DOCKERHUB_TOKEN }}"
3434 -
3535 name : Login to Docker Hub
3636 uses : docker/login-action@v3
3737 with :
38- username : ${{ env .DOCKERHUB_USERNAME }}
38+ username : ${{ vars .DOCKERHUB_USERNAME }}
3939 password : ${{ secrets.DOCKERHUB_TOKEN }}
4040 -
4141 name : Build and push
You can’t perform that action at this time.
0 commit comments