File tree Expand file tree Collapse file tree 2 files changed +5
-25
lines changed Expand file tree Collapse file tree 2 files changed +5
-25
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
-
72
66
- name : Set up QEMU
73
67
uses : docker/setup-qemu-action@v3
74
68
83
77
platforms : linux/amd64,linux/arm64
84
78
push : true
85
79
tags : |
86
- corentinth/it-tools:nightly
87
- ghcr.io/corentinth/it-tools:nightly
80
+ ghcr.io/maksimyugai/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
-
31
25
- name : Set up QEMU
32
26
uses : docker/setup-qemu-action@v3
33
27
42
36
platforms : linux/amd64,linux/arm64
43
37
push : true
44
38
tags : |
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}}
39
+ ghcr.io/maksimyugai/it-tools:latest
40
+ ghcr.io/maksimyugai/it-tools:${{ env.RELEASE_VERSION}}
49
41
50
42
github-release :
51
43
runs-on : ubuntu-latest
90
82
draft : true
91
83
prerelease : false
92
84
body : |
93
- ## Docker images
94
-
95
- - Docker Hub
96
- - `corentinth/it-tools:latest`
97
- - `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
98
85
- GitHub Container Registry
99
- - `ghcr.io/corentinth /it-tools:latest`
100
- - `ghcr.io/corentinth /it-tools:${{ env.RELEASE_VERSION}}`
86
+ - `ghcr.io/maksimyugai /it-tools:latest`
87
+ - `ghcr.io/maksimyugai /it-tools:${{ env.RELEASE_VERSION}}`
101
88
102
89
## Changelog
103
90
You can’t perform that action at this time.
0 commit comments