Skip to content

Commit

Permalink
buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Jul 20, 2023
1 parent 26704ce commit 57b76f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v2

- uses: docker/setup-buildx-action@v1

- name: Build Docker image
uses: docker/build-push-action@v4
with:
Expand All @@ -36,6 +38,8 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v2

- uses: docker/setup-buildx-action@v1

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 57b76f3

Please sign in to comment.