Update Docker build commands

This commit is contained in:
Dede Fuji Abdul
2024-02-28 16:02:53 +07:00
parent 006f5b8f13
commit a4069d8eff
2 changed files with 2 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.4-vm
docker build . --file Dockerfile --tag defuj/apkt-eis:v0.0.4-vm
docker push defuj/apkt-eis:v0.0.4-vm