Skip to content

Commit

Permalink
add buildx forr push
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Oct 17, 2020
1 parent ed5a5f2 commit 269026d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 269026d

Please sign in to comment.