Skip to content

Commit

Permalink
chore: update ghcr-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn authored Apr 8, 2024
1 parent 05b1d47 commit 9aae05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: Publish
run: |
docker build -t ghcr.io/luxonis/datadreamer:latest .
docker push ghcr.io/luxonis/datadreamer:latest
docker build -t ghcr.io/luxonis/datadreamer:latest -t ghcr.io/luxonis/datadreamer:${{ github.event.release.tag_name }} .
docker push --all-tags

0 comments on commit 9aae05c

Please sign in to comment.