Skip to content

Commit 6be870f

Browse files
committed
fixed github workflows
1 parent c0f09dc commit 6be870f

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

.github/workflows/docker-nightly-release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ jobs:
6363
username: ${{ github.repository_owner }}
6464
password: ${{ secrets.GITHUB_TOKEN }}
6565

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-
7266
- name: Set up QEMU
7367
uses: docker/setup-qemu-action@v3
7468

@@ -83,5 +77,4 @@ jobs:
8377
platforms: linux/amd64,linux/arm64
8478
push: true
8579
tags: |
86-
corentinth/it-tools:nightly
87-
ghcr.io/corentinth/it-tools:nightly
80+
ghcr.io/maksimyugai/it-tools:nightly

.github/workflows/releases.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
username: ${{ github.repository_owner }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424

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-
3125
- name: Set up QEMU
3226
uses: docker/setup-qemu-action@v3
3327

@@ -42,10 +36,8 @@ jobs:
4236
platforms: linux/amd64,linux/arm64
4337
push: true
4438
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}}
4941
5042
github-release:
5143
runs-on: ubuntu-latest
@@ -90,14 +82,9 @@ jobs:
9082
draft: true
9183
prerelease: false
9284
body: |
93-
## Docker images
94-
95-
- Docker Hub
96-
- `corentinth/it-tools:latest`
97-
- `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
9885
- 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}}`
10188
10289
## Changelog
10390

0 commit comments

Comments
 (0)