Skip to content

Commit

Permalink
Add submodules loading
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Aug 11, 2024
1 parent e7bf4f3 commit 269cfa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publishing a docker image

on:
push:
branches: ['cli']
branches: ['fix/publish-action']

env:
NAME: luxonis/tools_cli
Expand Down Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Publish latest
run: |
git submodule update --init --recursive
docker build -t $NAME:latest .
docker tag $NAME:latest ghcr.io/$NAME:latest
docker push ghcr.io/$NAME:latest
Expand Down

0 comments on commit 269cfa5

Please sign in to comment.