Skip to content

Commit

Permalink
Patching deployment Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
qmac committed Feb 3, 2022
1 parent 3aae6ba commit 579b108
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
-
name: Check out the repo
uses: actions/checkout@v2
with:
submodules: recursive

-
name: Prepare tags
Expand All @@ -25,10 +27,6 @@ jobs:
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
-
name: Checkout submodules
uses: textbook/git-checkout-submodule-action@2.1.1

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 579b108

Please sign in to comment.