Skip to content

Commit

Permalink
Rename the azure image
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Jan 19, 2024
1 parent d5777fe commit ad161f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-azure-cc-enclave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
core_image_version:
description: 'The version of UID2 core image'
type: string
default: '2.15.0-50d596678a-default'
default: 'latest'
optout_image_version:
description: 'The version of UID2 optout image'
type: string
default: '2.6.18-60727cf243-default'
default: 'latest'

env:
REGISTRY: ghcr.io
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
REGISTRY: ghcr.io
MAVEN_PROFILE: azure
ENCLAVE_PROTOCOL: azure-cc
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: uid2-operator-azure
DOCKER_CONTEXT_PATH: scripts/azure-cc
ARTIFACTS_OUTPUT_DIR: ${{ github.workspace }}/deployment-artifacts

Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Generate release archive
if: ${{ inputs.version_number_input == '' && steps.checkRelease.outputs.IS_RELEASE == 'true' }}
run: |
zip -j ${{ env.ARTIFACTS_OUTPUT_DIR }}/uid2-operator-deployment-artifacts-${{ steps.meta.outputs.version }}.zip ${{ env.ARTIFACTS_OUTPUT_DIR }}/*
zip -j ${{ env.ARTIFACTS_OUTPUT_DIR }}/uid2-operator-azure-deployment-artifacts-${{ steps.meta.outputs.version }}.zip ${{ env.ARTIFACTS_OUTPUT_DIR }}/*
- name: Build Changelog
id: github_release
Expand All @@ -240,7 +240,7 @@ jobs:
body: ${{ steps.github_release.outputs.changelog }}
draft: true
files: |
${{ env.ARTIFACTS_OUTPUT_DIR }}/uid2-operator-deployment-artifacts-${{ steps.meta.outputs.version }}.zip
${{ env.ARTIFACTS_OUTPUT_DIR }}/uid2-operator-azure-deployment-artifacts-${{ steps.meta.outputs.version }}.zip
e2e:
name: E2E
Expand Down
2 changes: 1 addition & 1 deletion e2e/prepare_azure_cc_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$IMAGE_VERSION" ]; then
exit 1
fi

IMAGE="ghcr.io/iabtechlab/uid2-operator:$IMAGE_VERSION"
IMAGE="ghcr.io/iabtechlab/uid2-operator-azure:$IMAGE_VERSION"

if [ -d "$OUT_PUT_DIR" ]; then
echo "$OUT_PUT_DIR exist."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -x

# Following environment variables must be set
# - IMAGE: uid2-operator image
# - IMAGE: uid2-operator-azure image
# - OUTPUT_DIR: output directory to store the artifacts

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
Expand Down

0 comments on commit ad161f3

Please sign in to comment.