Skip to content

Commit 3665744

Browse files
authored
Merge pull request #439 from opcm/master
disable dockerhub image submission
2 parents 1b4696d + 40de743 commit 3665744

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
@@ -53,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)