Skip to content

Commit

Permalink
Merge pull request #117 from smandaRH/v2-dashboards
Browse files Browse the repository at this point in the history
Migrating dashboards to v2 Version
  • Loading branch information
vishnuchalla authored Apr 29, 2024
2 parents 979a3c0 + 2e00625 commit 4ad7b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

- name: Build & push syncer image
run: make build-syncer-image push-syncer-image
run: make v2 build-syncer-image push-syncer-image
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $(OUTPUTDIR)/%.json: $(TEMPLATESDIR)/%.jsonnet
v2: all
@echo "Rendered the v2 dashboards with latest grafonnet library"

build-syncer-image: build
build-syncer-image: v2
podman build --platform=${PLATFORM} -f Dockerfile --manifest=${SYNCER_IMG_TAG} .

push-syncer-image:
Expand Down

0 comments on commit 4ad7b00

Please sign in to comment.