Update Docker image version to v0.0.4-vm

This commit is contained in:
Dede Fuji Abdul 2024-02-28 15:33:26 +07:00
parent 1a89bf5bdf
commit bc85cc8efa
2 changed files with 3 additions and 3 deletions

View File

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

View File

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