Skip to content

Commit e08cc91

Browse files
authored
Merge pull request #442 from intel/opcm-re-enable-dockerhub-push
re-enable dockerhub push
2 parents 6f4cc01 + 047cd73 commit e08cc91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -54,6 +54,6 @@ jobs:
5454
push: true
5555
tags: |
5656
ghcr.io/intel/pcm:latest
57-
# opcm/pcm:latest
57+
opcm/pcm:latest
5858
cache-from: type=local,src=/tmp/.buildx-cache
5959
cache-to: type=local,dest=/tmp/.buildx-cache

0 commit comments

Comments
 (0)