Update Docker image build and push commands

This commit is contained in:
Dede Fuji Abdul 2024-01-16 10:50:57 +07:00
parent edd427efa5
commit 37830c1e25

View File

@ -22,6 +22,8 @@ jobs:
- name: Build the Docker image
run: |
docker build . -t defuj/apkt-eis:alpha-04
docker push defuj/apkt-eis:alpha-04
docker build . -t defuj/apkt-eis
docker image tag defuj/apkt-eis defuj/apkt-eis:$(date +%s)
docker push defuj/apkt-eis:$(date +%s)