Skip to content

Commit

Permalink
Add setup action for Docker Buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonFreeberg committed Dec 27, 2020
1 parent cada0c7 commit 5c28aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2

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

- name: Log in to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 5c28aed

Please sign in to comment.