Unverified Commit 62d0228e authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

fix: remove duplicate docker buildx setup in frontend container build (#5343)


Signed-off-by: default avatarTushar Sharma <tusharma@nvidia.com>
parent 68235126
......@@ -10,7 +10,7 @@ on:
- release/*.*.*
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name || github.run_id }}
group: ${{ github.workflow }}-${{ github.ref_name == 'main' && github.run_id || github.ref_name }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
......@@ -26,10 +26,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker
- name: Set up Go
uses: actions/setup-go@v5
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment