Skip to content

Commit 973f6d5

Browse files
committed
re-build sdk in publish step
1 parent 24679d7 commit 973f6d5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,15 @@ jobs:
119119
- name: Checkout Repo @ SHA - ${{ github.sha }}
120120
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
121121

122-
- name: Set up Docker Buildx
123-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
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
124131

125132
- name: Configure AWS credentials for private ECR
126133
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0

0 commit comments

Comments
 (0)