Skip to content

Commit

Permalink
fix: publish missing springboot images (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek authored Feb 19, 2021
1 parent b107b3c commit 8d0aaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ publish:
docker push $(BASE_REPO):ubi8-minimal-$(VERSION_TAG)
docker push $(BASE_REPO):ubi8-$(VERSION_TAG)

for i in go quarkus-native quarkus-jvm nodejs ubi8-minimal ubi8; do \
for i in go quarkus-native quarkus-jvm nodejs springboot ubi8-minimal ubi8; do \
docker push $(RUN_REPO):$$i-$(VERSION_TAG); \
docker push $(BUILD_REPO):$$i-$(VERSION_TAG); \
done
Expand Down

0 comments on commit 8d0aaa8

Please sign in to comment.