Skip to content

Commit

Permalink
Rename pipeline name
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 18, 2024
1 parent 4fb9e76 commit 3642f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker-image-euid.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release EUID TCPORTAL Image
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} Docker Image by @${{ github.actor }}
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} EUID Docker Image by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
Expand All @@ -15,7 +15,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME_EUID: iabtechlab/euid-tcportal
IMAGE_NAME: iabtechlab/euid-tcportal

jobs:
Image:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-docker-image-uid2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release UID2 TCPORTAL Image
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} Docker Image by @${{ github.actor }}
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} UID2 Docker Image by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
Expand All @@ -15,7 +15,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME_UID2: iabtechlab/uid2-tcportal
IMAGE_NAME: iabtechlab/uid2-tcportal

jobs:
Image:
Expand Down

0 comments on commit 3642f96

Please sign in to comment.