aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-21 18:01:28 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-21 18:01:28 -0700
commit437428e5e3152539a7efb34d26b9fac7bbc95b37 (patch)
tree205241a9e495a3b79487cb75020df249941cfe69
parentb0daf227d20482bdb3f9aa42d94b83ec3762316b (diff)
downloadseaweedfs-csi-driver-437428e5e3152539a7efb34d26b9fac7bbc95b37.tar.xz
seaweedfs-csi-driver-437428e5e3152539a7efb34d26b9fac7bbc95b37.zip
Update release.yamlv1.0.4
-rw-r--r--.github/workflows/release.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index b1929df..f4f907b 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -42,6 +42,8 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
+ with:
+ buildkitd-flags: "--debug"
- name: Login to DockerHub
if: ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -58,8 +60,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- -
- name: Build
+ - name: Build
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: docker/build-push-action@v2
with:
@@ -67,5 +68,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
file: ./cmd/seaweedfs-csi-driver/Dockerfile
platforms: linux/amd64, linux/arm, linux/arm64, linux/386
- tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}