Skip to content

Commit

Permalink
make sure we are getting the right bits for docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jun 28, 2021
1 parent 73f5629 commit 6eae175
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ jobs:
root: ~/
paths:
- ./project/dist/packages
- ./project/package.json
- ./project/version.tag

make-zip:
executor: build-executor-centos
Expand All @@ -252,6 +254,7 @@ jobs:
- run:
name: Build Docker Image
command: |
echo "version: $(.circleci/get-version.sh)"
docker build \
--build-arg OPENNMS_HELM_PKG=opennms-helm_$(.circleci/get-version.sh).tar.gz \
--build-arg GRAFANA_VERSION=$(cat grafana.version) \
Expand Down

0 comments on commit 6eae175

Please sign in to comment.