Update Docker image build and push commands
This commit is contained in:
parent
edd427efa5
commit
37830c1e25
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@ -22,6 +22,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build . -t defuj/apkt-eis:alpha-04
|
docker build . -t defuj/apkt-eis
|
||||||
docker push defuj/apkt-eis:alpha-04
|
docker image tag defuj/apkt-eis defuj/apkt-eis:$(date +%s)
|
||||||
|
docker push defuj/apkt-eis:$(date +%s)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user