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.
2 parents 56d0f5d + 42751df commit 828e2b2Copy full SHA for 828e2b2
.github/workflows/release-build.yml
@@ -119,6 +119,16 @@ jobs:
119
- name: Checkout Repo @ SHA - ${{ github.sha }}
120
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
121
122
+ - name: Build Tarball and Image Files
123
+ uses: ./.github/actions/artifacts_build
124
+ with:
125
+ image_uri_with_tag: "adot-autoinstrumentation-node:test"
126
+ push_image: false
127
+ load_image: true
128
+ node_version: "20"
129
+ package_name: aws-distro-opentelemetry-node-autoinstrumentation
130
+ os: ubuntu-latest
131
+
132
- name: Configure AWS credentials for private ECR
133
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
134
with:
0 commit comments