We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecd35a commit 57e10a3Copy full SHA for 57e10a3
.github/workflows/publish-azure-cc-enclave-docker.yaml
@@ -67,10 +67,10 @@ jobs:
67
id-token: write
68
pull-requests: write
69
outputs:
70
- jar_version: 5.49.9-alpha-224-SNAPSHOT
71
- docker_version: 5.49.9-alpha-224-SNAPSHOT-azure-cc
72
- image_tag: 5.49.9-alpha-224-SNAPSHOT-azure-cc
73
- tags: ghcr.io/iabtechlab/uid2-operator:5.49.9-alpha-224-SNAPSHOT-azure-cc
+ jar_version: ${{ steps.update_version.outputs.new_version }}
+ docker_version: ${{ steps.meta.outputs.version }}
+ image_tag: ${{ steps.update_version.outputs.image_tag }}
+ tags: ${{ steps.meta.outputs.tags }}
74
is_release: false
75
steps:
76
- name: Update Operator Version
0 commit comments