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.
1 parent b550c43 commit 24679d7Copy full SHA for 24679d7
.github/workflows/release-build.yml
@@ -119,6 +119,9 @@ jobs:
119
- name: Checkout Repo @ SHA - ${{ github.sha }}
120
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
121
122
+ - name: Set up Docker Buildx
123
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
124
+
125
- name: Configure AWS credentials for private ECR
126
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
127
with:
0 commit comments