Skip to content

Commit

Permalink
Update coreapi-main-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lamkhai authored Jun 16, 2024
1 parent bf336a0 commit 1d5ab44
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 1d5ab44

Please sign in to comment.