We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6157a4e commit da52c43Copy full SHA for da52c43
.github/workflows/build-and-publish.yml
@@ -11,12 +11,6 @@ jobs:
11
- name: Checkout code
12
uses: actions/checkout@v4
13
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
-
20
- name: Login to GitHub Container Registry
21
uses: docker/login-action@v3
22
with:
@@ -29,7 +23,6 @@ jobs:
29
23
uses: docker/metadata-action@v5
30
24
31
25
images: |
32
- ${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
33
26
ghcr.io/${{ github.repository }}
34
27
tags: |
35
28
type=ref,event=branch
0 commit comments