Skip to content

Commit da52c43

Browse files
authored
Remove DockerHub push
1 parent 6157a4e commit da52c43

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
1313

14-
- name: Log in to Docker Hub
15-
uses: docker/login-action@v3
16-
with:
17-
username: ${{ secrets.DOCKERHUB_USERNAME }}
18-
password: ${{ secrets.DOCKERHUB_TOKEN }}
19-
2014
- name: Login to GitHub Container Registry
2115
uses: docker/login-action@v3
2216
with:
@@ -29,7 +23,6 @@ jobs:
2923
uses: docker/metadata-action@v5
3024
with:
3125
images: |
32-
${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
3326
ghcr.io/${{ github.repository }}
3427
tags: |
3528
type=ref,event=branch

0 commit comments

Comments
 (0)