Skip to content

Commit

Permalink
Update dockerhub.yml
Browse files Browse the repository at this point in the history
Added checkout action to get access to the `large/` folder for docker build context.
  • Loading branch information
ArtemSokolov authored May 12, 2022
1 parent 66b0c66 commit 83d403d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 83d403d

Please sign in to comment.