"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "233a1e9ad0bf012cc6e16d557c8d2bf7ed41ae91"
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: ...@@ -10,7 +10,7 @@ on:
- release/*.*.* - release/*.*.*
concurrency: 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' }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs: jobs:
...@@ -26,10 +26,6 @@ jobs: ...@@ -26,10 +26,6 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: 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