Skip to content

Commit

Permalink
Added buildx step.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisspen committed Jun 11, 2021
1 parent fa03cba commit 47aba5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- name: Checking out our code
uses: actions/checkout@master
- uses: docker/setup-buildx-action@v1
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Run Docker
run: |
ls -lah /run
Expand Down

0 comments on commit 47aba5d

Please sign in to comment.