Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lamkhai committed Jun 16, 2024
2 parents fa8f2dd + 1d5ab44 commit 2d5bdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coreapi-main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
name: Build and test
uses: docker/build-push-action@v5
with:
context: ./CoreAPI/CoreAPI
context: CoreAPI/CoreAPI
target: build
load: true
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: ./CoreAPI/CoreAPI
context: CoreAPI/CoreAPI
platforms: linux/amd64,linux/arm64
push: true
target: final
Expand Down

0 comments on commit 2d5bdaa

Please sign in to comment.