File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -66,20 +66,20 @@ jobs:
6666 tag : v${{ needs.release.outputs.version }}
6767 asset_name : storage-api-macos-x86_64.tar.gz
6868 overwrite : true
69- # - name: Set up Docker Buildx
70- # uses: docker/setup-buildx-action@v1
71- # - name: Login to DockerHub
72- # uses: docker/login-action@v1
73- # with:
74- # username: ${{ secrets.DOCKER_USERNAME }}
75- # password: ${{ secrets.DOCKER_PASSWORD }}
76- # - name: Build and push
77- # uses: docker/build-push-action@v2
78- # with:
79- # context: .
80- # file: gh-Dockerfile
81- # push: true
82- # tags: supabase/storage-api:latest,supabase/storage-api:0.0.1
69+ - name : Set up Docker Buildx
70+ uses : docker/setup-buildx-action@v1
71+ - name : Login to DockerHub
72+ uses : docker/login-action@v1
73+ with :
74+ username : ${{ secrets.DOCKER_USERNAME }}
75+ password : ${{ secrets.DOCKER_PASSWORD }}
76+ - name : Build and push
77+ uses : docker/build-push-action@v2
78+ with :
79+ context : .
80+ file : gh-Dockerfile
81+ push : true
82+ tags : supabase/storage-api:latest,supabase/storage-api:v${{ needs.release.outputs.version }}
8383
8484 build-arm :
8585 name : Build ARM64 artifact
Original file line number Diff line number Diff line change 11FROM debian:stable-slim
2- COPY ./bin/ storage-api-linux /bin/
3- ENTRYPOINT "/bin/storage-api-linux "
2+ COPY storage-api-x86_64 /bin/
3+ ENTRYPOINT "/bin/storage-api-x86_64 "
44EXPOSE 5000
You can’t perform that action at this time.
0 commit comments