Skip to content

Commit

Permalink
Relocate docker files to extra folder.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (CC/EMT2) <Timothy.Rule@de.bosch.com>
  • Loading branch information
timrulebosch committed Dec 4, 2023
1 parent bbb1e96 commit 560e22e
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
context: ./docker/${{ matrix.image }}
context: ./extra/docker/${{ matrix.image }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ default: build
docker:
for d in $(DOCKER_DIRS) ;\
do \
docker build -f docker/$$d/Dockerfile \
--tag $$d:latest ./docker/$$d ;\
docker build -f extra/docker/$$d/Dockerfile \
--tag $$d:latest ./extra/docker/$$d ;\
done;

build:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions extra/external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# SPDX-License-Identifier: Apache-2.0

export EXTERNAL_BUILD_DIR ?= /dev/null


default: build

setup:
Expand Down

0 comments on commit 560e22e

Please sign in to comment.