Skip to content

Commit 48051a3

Browse files
author
CssTechnology
authored
Update main.yml
1 parent 128a54f commit 48051a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,11 @@ jobs:
6666
org.opencontainers.image.description=${{ steps.get-description.outputs.repo-description }}
6767
tags: ${{ steps.prep.outputs.tag }}
6868

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+
6976

0 commit comments

Comments
 (0)