Skip to content

Commit

Permalink
removed context from docker github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jun 21, 2024
1 parent c9ebd06 commit 2c29737
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/core-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
- name: build and push
uses: docker/build-push-action@v3
with:
context: ./core
platforms: linux/amd64,linux/arm64
file: ./githubactions.Dockerfile
build-args: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dashboard-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: build and push
uses: docker/build-push-action@v3
with:
context: ./dashboard
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
push: true
Expand Down

0 comments on commit 2c29737

Please sign in to comment.