Update docker-image.yml

This commit is contained in:
Vivek Teega 2023-01-06 03:31:09 +05:30 committed by GitHub
parent b2923db2d6
commit d2da682ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ranchimallfze/flosight:$(date +%s)
run: docker build . --file Dockerfile --tag ranchimallfze/flosight:github
- name: Docker Push
run: docker push ranchimallfze/flosight
run: docker push ranchimallfze/flosight:github