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
|
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}}`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue