Skip to content

Commit

Permalink
Merge pull request #4 from mundoalem/v1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
egonbraun authored Dec 24, 2023
2 parents 83ed855 + ab31671 commit f428385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ test:
arch="$$(echo $$platform | cut -d/ -f2)"; \
echo "Testing $(PROJECT_NAME)-test:$$arch"; \
docker build \
--build-arg PROJECT_NAME="$(PROJECT_NAME)" \
--build-arg PROJECT_VERSION="$(PROJECT_VERSION)-$$arch" \
--file "$(SOURCE_DIR)/Dockerfile.test" \
--platform "$$platform" \
Expand Down
3 changes: 2 additions & 1 deletion src/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@
# PRE-ARGUMENTS
#

ARG PROJECT_NAME
ARG PROJECT_VERSION

# ----------------------------------------------------------------------------------------------------------------------
# BASE IMAGE
# ----------------------------------------------------------------------------------------------------------------------

FROM dev-base:${PROJECT_VERSION}
FROM ${PROJECT_NAME}:${PROJECT_VERSION}

# ----------------------------------------------------------------------------------------------------------------------
# ARGUMENTS
Expand Down

0 comments on commit f428385

Please sign in to comment.