diff --git a/.github/workflows/publish-aws-nitro-eif.yaml b/.github/workflows/publish-aws-nitro-eif.yaml index 1c5f7bee9..a45a0ebca 100644 --- a/.github/workflows/publish-aws-nitro-eif.yaml +++ b/.github/workflows/publish-aws-nitro-eif.yaml @@ -39,6 +39,15 @@ jobs: name: Update Operator Version runs-on: ubuntu-latest steps: + - name: Show Context + shell: bash + run: | + printenv + echo "$GITHUB_CONTEXT" + echo "Commit SHA:" $COMMIT_SHA + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + - name: Update Operator Version id: update_version uses: IABTechLab/uid2-operator/.github/actions/update_operator_version@main @@ -59,6 +68,15 @@ jobs: runs-on: ubuntu-latest needs: start steps: + - name: Show Context + shell: bash + run: | + printenv + echo "$GITHUB_CONTEXT" + echo "Commit SHA:" $COMMIT_SHA + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + - name: Build UID2 AWS EIF id: build_uid2_eif uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main @@ -95,6 +113,15 @@ jobs: runs-on: ubuntu-latest needs: start steps: + - name: Show Context + shell: bash + run: | + printenv + echo "$GITHUB_CONTEXT" + echo "Commit SHA:" $COMMIT_SHA + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + - name: Build EUID AWS EIF id: build_euid_eif uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main