Skip to content

Commit

Permalink
update 重命名 dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dr34m-cn committed Aug 27, 2024
1 parent 68a8b70 commit 11e1462
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAlpine.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: alpine构建
name: build-alpine

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/buildPipReq.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: buildPipReq
name: build-pipReq

on:
push:
branches: [ 'main' ]
paths: [ 'dockerfiles/Dockerfile.pipReq', 'requirements.txt' ]
paths: [ 'dockerfiles/pipReq.Dockerfile', 'requirements.txt' ]

jobs:
build_docker:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: 构建并推送
uses: docker/build-push-action@v6
with:
file: dockerfiles/Dockerfile.pipReq
file: dockerfiles/pipReq.Dockerfile
push: true
tags: dr34m/tao-sync:not-for-use-pip-req
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/arm/v6,linux/s390x,linux/ppc64le
2 changes: 1 addition & 1 deletion .github/workflows/buildPyinstaller.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pyinstaller构建
name: build-pyinstaller

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildPython.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: python构建
name: build-python

on:
push:
Expand Down
File renamed without changes.

0 comments on commit 11e1462

Please sign in to comment.