Skip to content

Commit

Permalink
Merge pull request #34 from MZC-CSC/main
Browse files Browse the repository at this point in the history
fix context path
  • Loading branch information
raccoon-mh authored Nov 1, 2024
2 parents 3850073 + 42a601b commit 7f2ee7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ env:
IMAGE_NAME: ${{ github.event.repository.name }}

jobs:
# The job key is "publish-container-image"
publish-api-container-image:
# Job name is "Publish a container image"
name: Publish a container image

if: github.repository_owner == 'm-cmp'
Expand Down Expand Up @@ -113,7 +111,7 @@ jobs:
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./api
context: ./
file: ./api/Dockerfile.mcwebconsoleapi
target: deploy
platforms: linux/amd64 # linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x,linux/arm/v6
Expand Down

0 comments on commit 7f2ee7f

Please sign in to comment.