File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
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:v${{ needs.release.outputs.version }}
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
You can’t perform that action at this time.
0 commit comments