蘭雅sRGB 3 роки тому
батько
коміт
dfcd40e793
1 змінених файлів з 0 додано та 20 видалено
  1. 0 20
      .github/workflows/docker-image.yml

+ 0 - 20
.github/workflows/docker-image.yml

@@ -1,20 +0,0 @@
-name: Docker Image CI
-
-on:
-  push:
-    branches: [ main ]
-  pull_request:
-    branches: [ main ]
-
-jobs:
-
-  build:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v2
-    - name: Build the Docker image
-      run: docker buildx build . --file Dockerfile --push \
-            --tag hongwenjun/nginx-php:$(date +%s) \
-            --platform=linux/arm,linux/arm64,linux/amd64