🐛 fix(git): Fix release (#45)

## Description

**What issue are you solving (or what feature are you adding) and how
are you doing it?**

Well, I tried doing a release and it did not go as expected, due to some
issues with the git_token plus concurrency. So, i have fixed that... let
us do a re-release.
This commit is contained in:
Wanjohi
2024-05-19 04:42:14 +03:00
committed by GitHub
parent a0956eccc0
commit ad210f2b75
4 changed files with 146 additions and 20 deletions

View File

@@ -22,12 +22,12 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: wanjohiryan/netris
IMAGE_NAME: netrisdotme/netris
BASE_TAG_PREFIX: warp
concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.event.pull_request.number || github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.event.pull_request.number || github.ref }}
# cancel-in-progress: true
jobs:
build-docker-pr:
@@ -72,7 +72,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GIT_MASTER_TOKEN }}
-
name: Extract Container metadata
id: meta