Skip to content

Commit

Permalink
Fix/publish action (#87)
Browse files Browse the repository at this point in the history
* Add submodules loading

* Update publish action
  • Loading branch information
HonzaCuhel authored Aug 12, 2024
1 parent e7bf4f3 commit 22a3f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
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 22a3f11

Please sign in to comment.