mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
Update releases.yml
This commit is contained in:
parent
7c4687f127
commit
7063ed9c99
1 changed files with 8 additions and 8 deletions
16
.github/workflows/releases.yml
vendored
16
.github/workflows/releases.yml
vendored
|
@ -42,10 +42,10 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
corentinth/it-tools:latest
|
TheTechNetwork/it-tools:latest
|
||||||
corentinth/it-tools:${{ env.RELEASE_VERSION }}
|
TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}
|
||||||
ghcr.io/corentinth/it-tools:latest
|
ghcr.io/TheTechNetwork/it-tools:latest
|
||||||
ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}
|
ghcr.io/TheTechNetwork/it-tools:${{ env.RELEASE_VERSION}}
|
||||||
|
|
||||||
github-release:
|
github-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -93,11 +93,11 @@ jobs:
|
||||||
## Docker images
|
## Docker images
|
||||||
|
|
||||||
- Docker Hub
|
- Docker Hub
|
||||||
- `corentinth/it-tools:latest`
|
- `TheTechNetwork/it-tools:latest`
|
||||||
- `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
|
- `TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}`
|
||||||
- GitHub Container Registry
|
- GitHub Container Registry
|
||||||
- `ghcr.io/corentinth/it-tools:latest`
|
- `ghcr.io/TheTechNetwork/it-tools:latest`
|
||||||
- `ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}`
|
- `ghcr.io/TheTechNetwork/it-tools:${{ env.RELEASE_VERSION}}`
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue