File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 63
63
username : ${{ github.repository_owner }}
64
64
password : ${{ secrets.GITHUB_TOKEN }}
65
65
66
+ - name : Login to Docker Hub
67
+ uses : docker/login-action@v3
68
+ with :
69
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
70
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
71
+
66
72
- name : Set up QEMU
67
73
uses : docker/setup-qemu-action@v3
68
74
77
83
platforms : linux/amd64,linux/arm64
78
84
push : true
79
85
tags : |
80
- ghcr.io/maksimyugai/it-tools:nightly
86
+ corentinth/it-tools:nightly
87
+ ghcr.io/corentinth/it-tools:nightly
Original file line number Diff line number Diff line change 22
22
username : ${{ github.repository_owner }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
25
+ - name : Login to Docker Hub
26
+ uses : docker/login-action@v3
27
+ with :
28
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
29
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
30
+
25
31
- name : Set up QEMU
26
32
uses : docker/setup-qemu-action@v3
27
33
36
42
platforms : linux/amd64,linux/arm64
37
43
push : true
38
44
tags : |
39
- ghcr.io/maksimyugai/it-tools:latest
40
- ghcr.io/maksimyugai/it-tools:${{ env.RELEASE_VERSION}}
45
+ corentinth/it-tools:latest
46
+ corentinth/it-tools:${{ env.RELEASE_VERSION }}
47
+ ghcr.io/corentinth/it-tools:latest
48
+ ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}
41
49
42
50
github-release :
43
51
runs-on : ubuntu-latest
82
90
draft : true
83
91
prerelease : false
84
92
body : |
93
+ ## Docker images
94
+
95
+ - Docker Hub
96
+ - `corentinth/it-tools:latest`
97
+ - `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
85
98
- GitHub Container Registry
86
- - `ghcr.io/maksimyugai /it-tools:latest`
87
- - `ghcr.io/maksimyugai /it-tools:${{ env.RELEASE_VERSION}}`
99
+ - `ghcr.io/corentinth /it-tools:latest`
100
+ - `ghcr.io/corentinth /it-tools:${{ env.RELEASE_VERSION}}`
88
101
89
102
## Changelog
90
103
You can’t perform that action at this time.
0 commit comments