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
a39490db12
commit
02cecab7c2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/releases.yml
vendored
10
.github/workflows/releases.yml
vendored
|
@ -42,14 +42,14 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
thetechnetwork/it-tools:latest
|
||||
thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}
|
||||
elibrody/it-tools:latest
|
||||
elibrody/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
|
||||
#needs: docker-release
|
||||
needs: docker-release
|
||||
steps:
|
||||
- name: Get release version
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
|
||||
|
@ -93,8 +93,8 @@ jobs:
|
|||
## Docker images
|
||||
|
||||
- Docker Hub
|
||||
- `thetechnetwork/it-tools:latest`
|
||||
- `thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}`
|
||||
- `elibrody/it-tools:latest`
|
||||
- `elibrody/it-tools:${{ env.RELEASE_VERSION }}`
|
||||
- GitHub Container Registry
|
||||
- `ghcr.io/thetechnetwork/it-tools:latest`
|
||||
- `ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue