Skip to content

Commit cf1be83

Browse files
also push to dockerhub
1 parent 941c609 commit cf1be83

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/eval-docker.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,19 @@ jobs:
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

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+
3036
- name: Extract metadata
3137
id: meta
3238
uses: docker/metadata-action@v5
3339
with:
34-
images: ghcr.io/bic-mac-challenge/eval
40+
images: |
41+
ghcr.io/bic-mac-challenge/eval
42+
christianhinge/eval
3543
tags: |
3644
type=semver,pattern={{version}}
3745
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)