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 f56dc04 commit 31ccd58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag mjpeg_streamer:$(date +%s)
run: |
docker build -t mjpeg_streamer:$(date +%s) .
docker tag mjpeg_streamer:latest icvision/mjpeg_streamer:latest

0 comments on commit 31ccd58

Please sign in to comment.