Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Fix ghcr workflow (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan authored Sep 15, 2023
1 parent d0a0adc commit c02516a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v3
Expand Down

0 comments on commit c02516a

Please sign in to comment.