File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 restore-keys : |
3535 ${{ runner.os }}-buildx-
3636
37- - name : Login to DockerHub
38- uses : docker/login-action@v1
39- with :
40- username : ${{ secrets.DOCKERHUB_USERNAME }}
41- password : ${{ secrets.DOCKERHUB_TOKEN }}
37+ # - name: Login to DockerHub
38+ # uses: docker/login-action@v1
39+ # with:
40+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
41+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
4242
4343 - name : Log in to the Container registry
4444 uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
5353 platforms : linux/amd64
5454 push : true
5555 tags : |
56- intel/pcm:latest
5756 ghcr.io/intel/pcm:latest
57+ # opcm/pcm:latest
5858 cache-from : type=local,src=/tmp/.buildx-cache
5959 cache-to : type=local,dest=/tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments