Update releases.yml

This commit is contained in:
elibrody 2024-01-10 18:46:23 -05:00 committed by GitHub
parent 7c4687f127
commit 7063ed9c99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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