diff --git a/.github/workflows/core-release-docker.yml b/.github/workflows/core-release-docker.yml index 16fe998a..f62e97fb 100644 --- a/.github/workflows/core-release-docker.yml +++ b/.github/workflows/core-release-docker.yml @@ -71,8 +71,9 @@ jobs: - name: build and push uses: docker/build-push-action@v3 with: + context: ./core platforms: linux/amd64,linux/arm64 - file: ./githubactions.Dockerfile + file: ./coer/githubactions.Dockerfile build-args: | lodestone_version=${{ steps.release_asset.outputs.version }} push: true diff --git a/.github/workflows/dashboard-release-docker.yml b/.github/workflows/dashboard-release-docker.yml index f683f968..56508fcc 100644 --- a/.github/workflows/dashboard-release-docker.yml +++ b/.github/workflows/dashboard-release-docker.yml @@ -52,8 +52,9 @@ jobs: - name: build and push uses: docker/build-push-action@v3 with: + context: ./dashboard platforms: linux/amd64,linux/arm64 - file: ./Dockerfile + file: ./dashboard/Dockerfile push: true tags: | ${{ steps.string_tag.outputs.lowercase }}:latest