Skip to content

Commit

Permalink
Force updating the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
freythgs committed Feb 7, 2025
1 parent 5e8e05a commit 4cee7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ dist:
tar -czf public/build/static/source_$(shell git rev-parse HEAD).tar.gz grafana-dist/

build_from_dist: dist
./build.sh public/build/static/source_$(shell git rev-parse HEAD).tar.gz 10-ubi8-10.3.12-2
./build.sh public/build/static/source_$(shell git rev-parse HEAD).tar.gz 10-ubi8-10.3.12-3

push_from_dist: build_from_dist
docker push ghcr.io/goldmansachs/grafana:10-ubi8-10.3.12-2
docker push ghcr.io/goldmansachs/grafana:10-ubi8-10.3.12-3

0 comments on commit 4cee7a9

Please sign in to comment.