Skip to content

Commit a12db59

Browse files
committed
rename Docker image from bindu-runtimebase to bindu-runtime-base for consistency
1 parent 70f6223 commit a12db59

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
file: ./Dockerfile.base
3939
push: true
4040
tags: |
41-
raahulrahl/bindu-runtimebase:${{ steps.version.outputs.VERSION }}
42-
raahulrahl/bindu-runtimebase:latest
43-
cache-from: type=registry,ref=raahulrahl/bindu-runtimebase:buildcache
44-
cache-to: type=registry,ref=raahulrahl/bindu-runtimebase:buildcache,mode=max
41+
raahulrahl/bindu-runtime-base:${{ steps.version.outputs.VERSION }}
42+
raahulrahl/bindu-runtime-base:latest
43+
cache-from: type=registry,ref=raahulrahl/bindu-runtime-base:buildcache
44+
cache-to: type=registry,ref=raahulrahl/bindu-runtime-base:buildcache,mode=max
4545

4646
- name: Image digest
4747
run: echo "Image pushed successfully with version ${{ steps.version.outputs.VERSION }}"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: help build push tag-latest all clean
22

33
# Configuration
4-
IMAGE_NAME := bindu-base
4+
IMAGE_NAME := bindu-runtime-base
55
REGISTRY := raahulrahl/getbindu
66
VERSION := 1.0.0
77
FULL_IMAGE := $(REGISTRY)/$(IMAGE_NAME)

0 commit comments

Comments
 (0)