Skip to content

Commit 24679d7

Browse files
committed
add setup-buildx action to release build
1 parent b550c43 commit 24679d7

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
@@ -119,6 +119,9 @@ 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
124+
122125
- name: Configure AWS credentials for private ECR
123126
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
124127
with:

0 commit comments

Comments
 (0)