Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta50 committed Sep 18, 2024
1 parent fc08d10 commit dcbc6b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hostplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY go.sum go.sum
# cache deps before building and copying source so that we don't need to re-download as much
# and so that source changes don't invalidate our downloaded layer
RUN go mod download

RUN echo "hello"
# Copy the go source
COPY main.go main.go
COPY api/ api/
Expand Down
1 change: 0 additions & 1 deletion hostplumber/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ img-build: $(BUILD_DIR) img-test
docker build --network host . -t ${IMG}

img-build-push: img-build docker-push
docker login
docker push ${IMG}
echo ${IMG} >> $(BUILD_DIR)/container-tag

Expand Down

0 comments on commit dcbc6b8

Please sign in to comment.