Skip to content

Commit ac62ba4

Browse files
authored
Remove DockerHub push
Cleaning out pushing to DockerHub
1 parent c53d376 commit ac62ba4

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
23-
- name: Log in to Docker Hub
24-
uses: docker/login-action@v3
25-
with:
26-
username: ${{ secrets.DOCKERHUB_USERNAME }}
27-
password: ${{ secrets.DOCKERHUB_TOKEN }}
2822

2923
- name: Log in to GitHub Container Registry
3024
uses: docker/login-action@v3
@@ -38,7 +32,6 @@ jobs:
3832
uses: docker/metadata-action@v5
3933
with:
4034
images: |
41-
${{ vars.DOCKER_ORG }}/traefik-https-proxy
4235
ghcr.io/${{ github.repository_owner }}/traefik-https-proxy
4336
tags: |
4437
# set latest tag for main
@@ -54,4 +47,4 @@ jobs:
5447
push: true
5548
tags: ${{ steps.meta.outputs.tags }}
5649
labels: ${{ steps.meta.outputs.labels }}
57-
50+

0 commit comments

Comments
 (0)