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
|
||||
push: true
|
||||
tags: |
|
||||
corentinth/it-tools:latest
|
||||
corentinth/it-tools:${{ env.RELEASE_VERSION }}
|
||||
ghcr.io/corentinth/it-tools:latest
|
||||
ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}
|
||||
TheTechNetwork/it-tools:latest
|
||||
TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}
|
||||
ghcr.io/TheTechNetwork/it-tools:latest
|
||||
ghcr.io/TheTechNetwork/it-tools:${{ env.RELEASE_VERSION}}
|
||||
|
||||
github-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -93,11 +93,11 @@ jobs:
|
|||
## Docker images
|
||||
|
||||
- Docker Hub
|
||||
- `corentinth/it-tools:latest`
|
||||
- `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
|
||||
- `TheTechNetwork/it-tools:latest`
|
||||
- `TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}`
|
||||
- GitHub Container Registry
|
||||
- `ghcr.io/corentinth/it-tools:latest`
|
||||
- `ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}`
|
||||
- `ghcr.io/TheTechNetwork/it-tools:latest`
|
||||
- `ghcr.io/TheTechNetwork/it-tools:${{ env.RELEASE_VERSION}}`
|
||||
|
||||
## Changelog
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue