We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53d376 commit ac62ba4Copy full SHA for ac62ba4
1 file changed
.github/workflows/ci.yml
@@ -19,12 +19,6 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- 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 }}
28
29
- name: Log in to GitHub Container Registry
30
uses: docker/login-action@v3
@@ -38,7 +32,6 @@ jobs:
38
32
uses: docker/metadata-action@v5
39
33
with:
40
34
images: |
41
- ${{ vars.DOCKER_ORG }}/traefik-https-proxy
42
35
ghcr.io/${{ github.repository_owner }}/traefik-https-proxy
43
36
tags: |
44
37
# set latest tag for main
@@ -54,4 +47,4 @@ jobs:
54
47
push: true
55
48
tags: ${{ steps.meta.outputs.tags }}
56
49
labels: ${{ steps.meta.outputs.labels }}
57
50
+
0 commit comments