mirror of
https://github.com/sstent/containers.git
synced 2026-01-26 09:02:22 +00:00
add CSI to dev build
This commit is contained in:
12
.github/workflows/seaweedfs.yml
vendored
12
.github/workflows/seaweedfs.yml
vendored
@@ -40,4 +40,14 @@ jobs:
|
||||
tags: ghcr.io/sstent/seaweedfs:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
-
|
||||
name: Build and push CSI
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: seaweedfs/
|
||||
file: seaweedfs/Dockerfile.csi
|
||||
platforms: linux/arm/v7, linux/arm64/v8
|
||||
push: true
|
||||
tags: ghcr.io/sstent/seaweedfs-csi:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user