Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyajob05 authored Oct 1, 2023
1 parent 5e23573 commit 22bf2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build the Docker image
run: |
docker build -t mjpeg_streamer:$(date +%s) .
# docker tag mjpeg_streamer:latest ${{ secrets.DOCKERHUB_USERNAME }}/mjpeg_streamer:latest
docker tag mjpeg_streamer:latest ${{ secrets.DOCKERHUB_USERNAME }}/mjpeg_streamer:latest
- name: Push Docker Image
run: |
Expand Down

0 comments on commit 22bf2e3

Please sign in to comment.