Skip to content

Commit

Permalink
ci: build using buildx #5
Browse files Browse the repository at this point in the history
  • Loading branch information
xappyyy authored Dec 28, 2023
2 parents 0131315 + f3c7723 commit cf3a1f5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Docker
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Build Docker Image
run: docker build -t gearfest-backend .
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: test

0 comments on commit cf3a1f5

Please sign in to comment.