We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941c609 commit cf1be83Copy full SHA for cf1be83
1 file changed
.github/workflows/eval-docker.yml
@@ -27,11 +27,19 @@ jobs:
27
username: ${{ github.actor }}
28
password: ${{ secrets.GITHUB_TOKEN }}
29
30
+ - name: Log in to Docker Hub
31
+ uses: docker/login-action@v3
32
+ with:
33
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
34
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
35
+
36
- name: Extract metadata
37
id: meta
38
uses: docker/metadata-action@v5
39
with:
- images: ghcr.io/bic-mac-challenge/eval
40
+ images: |
41
+ ghcr.io/bic-mac-challenge/eval
42
+ christianhinge/eval
43
tags: |
44
type=semver,pattern={{version}}
45
type=semver,pattern={{major}}.{{minor}}
0 commit comments