build image

This commit is contained in:
rpurnama1409 2024-02-24 16:56:54 +07:00
parent f3df423ac0
commit 1605b41be1
2 changed files with 3 additions and 3 deletions

View File

@ -21,5 +21,5 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
docker build . -t defuj/apkt-eis:v0.0.1-vm
docker push defuj/apkt-eis:v0.0.1-vm
docker build . -t defuj/apkt-eis:v0.0.2-vm
docker push defuj/apkt-eis:v0.0.2-vm

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: apkt-eis
image: defuj/apkt-eis:v0.0.1-vm
image: defuj/apkt-eis:v0.0.2-vm
ports:
- containerPort: 80
---