Update releases.yml

This commit is contained in:
elibrody 2024-01-24 11:54:19 -05:00 committed by GitHub
parent a39490db12
commit 02cecab7c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,14 +42,14 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
thetechnetwork/it-tools:latest elibrody/it-tools:latest
thetechnetwork/it-tools:${{ env.RELEASE_VERSION }} elibrody/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}}
github-release: github-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
#needs: docker-release needs: docker-release
steps: steps:
- name: Get release version - name: Get release version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
@ -93,8 +93,8 @@ jobs:
## Docker images ## Docker images
- Docker Hub - Docker Hub
- `thetechnetwork/it-tools:latest` - `elibrody/it-tools:latest`
- `thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}` - `elibrody/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}}`