Update build-docker-dev-branch.yml

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

View File

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