Skip to content

Commit

Permalink
gh actions bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannsblum authored Aug 15, 2023
1 parent 4563da2 commit 58ac6af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
with:
remote: true
submodules: true

- name: Build and push Docker images
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 58ac6af

Please sign in to comment.