Update docker-image.yml

This commit is contained in:
Vivek Teega 2023-01-06 02:44:24 +05:30 committed by GitHub
parent 133b22ade0
commit 251964a251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ranchimallfze/flosight:$(date +%s)
run: docker build -t ranchimallfze/flosight:$(date +%s) .
- name: Login to Dockerhub
run: docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_PASS }}