Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
62d0228e
Unverified
Commit
62d0228e
authored
Jan 12, 2026
by
Tushar Sharma
Committed by
GitHub
Jan 12, 2026
Browse files
fix: remove duplicate docker buildx setup in frontend container build (#5343)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
68235126
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
.github/workflows/build-frontend-image.yaml
.github/workflows/build-frontend-image.yaml
+1
-5
No files found.
.github/workflows/build-frontend-image.yaml
View file @
62d0228e
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment