Skip to content

Commit 29cd37c

Browse files
committed
feat: change tag images for cicd
1 parent 88cd670 commit 29cd37c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
context: .
2222
push: true
23-
tags: mhmmdsyahputra/notes-app:1.0.5
23+
tags: mhmmdsyahputra/notes-app:1.0.6

k8s/kubernetes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: notes-app
18-
image: mhmmdsyahputra/notes-app:1.0.5
18+
image: mhmmdsyahputra/notes-app:1.0.6
1919
---
2020
apiVersion: v1
2121
kind: Service

0 commit comments

Comments
 (0)