Skip to content

Commit 79e90ea

Browse files
committed
remove s3 docker build
1 parent 913c2e2 commit 79e90ea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/spa-server-docker-cd.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
cache-to: type=gha,mode=max
4141
tags: ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}, ${{ env.REGISTRY }}/fornetcode/spa-server:latest
4242

43-
- name: build and push spa-server with S3
44-
uses: docker/build-push-action@v2
45-
with:
46-
context: "{{defaultContext}}:docker"
47-
file: S3FS.Dockerfile
48-
push: true
49-
cache-from: type=gha
50-
cache-to: type=gha,mode=max
51-
tags: ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}-s3
43+
# - name: build and push spa-server with S3
44+
# uses: docker/build-push-action@v2
45+
# with:
46+
# context: "{{defaultContext}}:docker"
47+
# file: S3FS.Dockerfile
48+
# push: true
49+
# cache-from: type=gha
50+
# cache-to: type=gha,mode=max
51+
# tags: ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}-s3

0 commit comments

Comments
 (0)