Skip to content

Commit

Permalink
build: 将 noneflow 和 nonetest 的 Dockerfile 统一存放在 docker 文件夹下
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Dec 25, 2024
1 parent c0be7ad commit bd7bff1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./docker/noneflow.dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
Expand Down Expand Up @@ -105,7 +106,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./src/providers/docker_test/Dockerfile
file: ./docker/nonetest.dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bd7bff1

Please sign in to comment.