Update releases.yml

This commit is contained in:
elibrody 2024-01-24 12:08:39 -05:00 committed by GitHub
parent 02cecab7c2
commit b8bd0700c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,8 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
elibrody/it-tools:latest thetechnetwork/it-tools:latest
elibrody/it-tools:${{ env.RELEASE_VERSION }} thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}
ghcr.io/thetechnetwork/it-tools:latest ghcr.io/thetechnetwork/it-tools:latest
ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}} ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}
@ -93,8 +93,8 @@ jobs:
## Docker images ## Docker images
- Docker Hub - Docker Hub
- `elibrody/it-tools:latest` - `thetechnetwork/it-tools:latest`
- `elibrody/it-tools:${{ env.RELEASE_VERSION }}` - `thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}`
- GitHub Container Registry - GitHub Container Registry
- `ghcr.io/thetechnetwork/it-tools:latest` - `ghcr.io/thetechnetwork/it-tools:latest`
- `ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}` - `ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}`