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 128a54f commit 48051a3Copy full SHA for 48051a3
.github/workflows/main.yml
@@ -66,4 +66,11 @@ jobs:
66
org.opencontainers.image.description=${{ steps.get-description.outputs.repo-description }}
67
tags: ${{ steps.prep.outputs.tag }}
68
69
+
70
+ - name: Setup Buildx
71
+ uses: optum-eeps/epl-actions/setup-buildx-action@v1
72
+ with:
73
+ buildx-version: ${{ inputs.docker-buildx-version }}
74
+ platforms: ${{ inputs.docker-platforms }}
75
76
0 commit comments