Skip to content

Commit bc2d933

Browse files
authored
Set up Docker Buildx in release build (aws-observability#517)
*Issue #, if available:* Same issue/changes as aws-observability/aws-otel-js-instrumentation#288 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent b1d5557 commit bc2d933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ jobs:
132132
TEST_PYPI_TOKEN,${{ secrets.PYPI_TEST_TOKEN_SECRET_ARN }}
133133
parse-json-secrets: true
134134

135+
- name: Set up Docker Buildx
136+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #3.11.1
137+
135138
- name: Configure AWS credentials for private ECR
136139
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
137140
with:

0 commit comments

Comments
 (0)