Skip to content

Commit

Permalink
Merge pull request #291 from IABTechLab/llp-uid2-2674-disable-new-wor…
Browse files Browse the repository at this point in the history
…kflow

Disable new workflow that isn't working.
  • Loading branch information
lionell-pack-ttd authored Jan 30, 2024
2 parents 7eb33b0 + 3c2acf4 commit a77b1ed
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 55 deletions.
106 changes: 53 additions & 53 deletions .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
name: Release Self Serve Portal Image
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} Self Serve Portal Image by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
release_type:
type: choice
description: The type of release
options:
- Major
- Minor
- Patch
- Snapshot
required: true
# name: Release Self Serve Portal Image
# run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} Self Serve Portal Image by @${{ github.actor }}
# on:
# workflow_dispatch:
# inputs:
# release_type:
# type: choice
# description: The type of release
# options:
# - Major
# - Minor
# - Patch
# - Snapshot
# required: true

jobs:
incrementVersionNumber:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-increase-version-number.yaml@v2
with:
release_type: ${{ inputs.release_type }}
secrets: inherit
# jobs:
# incrementVersionNumber:
# uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-increase-version-number.yaml@v2
# with:
# release_type: ${{ inputs.release_type }}
# secrets: inherit

publishForApiUi:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v2
needs: incrementVersionNumber
with:
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
release_type: ${{ inputs.release_type }}
docker_file: Dockerfile_ssportal
docker_image_name: iabtechlab/uid2-ssportal
docker_registry: ghcr.io
secrets: inherit
# publishForApiUi:
# uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v2
# needs: incrementVersionNumber
# with:
# new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
# image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
# release_type: ${{ inputs.release_type }}
# docker_file: Dockerfile_ssportal
# docker_image_name: iabtechlab/uid2-ssportal
# docker_registry: ghcr.io
# secrets: inherit

publishForDBMigration:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v2
needs: incrementVersionNumber
with:
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
release_type: ${{ inputs.release_type }}
docker_file: Dockerfile_ssportal_migration
docker_image_name: iabtechlab/uid2-ssportal-migration
docker_registry: ghcr.io
secrets: inherit
# publishForDBMigration:
# uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v2
# needs: incrementVersionNumber
# with:
# new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
# image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
# release_type: ${{ inputs.release_type }}
# docker_file: Dockerfile_ssportal_migration
# docker_image_name: iabtechlab/uid2-ssportal-migration
# docker_registry: ghcr.io
# secrets: inherit

publishForKeycloak:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v2
needs: incrementVersionNumber
with:
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
release_type: ${{ inputs.release_type }}
docker_file: Dockerfile_keycloak
docker_image_name: iabtechlab/uid2-ssportal-keycloak
docker_registry: ghcr.io
secrets: inherit
# publishForKeycloak:
# uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v2
# needs: incrementVersionNumber
# with:
# new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
# image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
# release_type: ${{ inputs.release_type }}
# docker_file: Dockerfile_keycloak
# docker_image_name: iabtechlab/uid2-ssportal-keycloak
# docker_registry: ghcr.io
# secrets: inherit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uid2-ssportal",
"version": "0.10.2-0673698d5c",
"version": "0.10.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion version.json

This file was deleted.

0 comments on commit a77b1ed

Please sign in to comment.