Skip to content

Commit

Permalink
remove s3 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed Apr 2, 2024
1 parent 913c2e2 commit 79e90ea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/spa-server-docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
cache-to: type=gha,mode=max
tags: ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}, ${{ env.REGISTRY }}/fornetcode/spa-server:latest

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

0 comments on commit 79e90ea

Please sign in to comment.