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:
34
34
restore-keys : |
35
35
${{ runner.os }}-buildx-
36
36
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 }}
42
42
43
43
- name : Log in to the Container registry
44
44
uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
54
54
push : true
55
55
tags : |
56
56
ghcr.io/intel/pcm:latest
57
- # opcm/pcm:latest
57
+ opcm/pcm:latest
58
58
cache-from : type=local,src=/tmp/.buildx-cache
59
59
cache-to : type=local,dest=/tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments