File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 tags : ${{ env.TEST_TAG }}
3232 - name : Test SDK
3333 run : bash ./test_sdk.sh ${{ env.TEST_TAG }}
34- # - name: Log into Docker Hub
35- # uses: docker/login-action@v3
36- # with:
37- # username: ${{ github.actor }}
38- # password: ${{ secrets.DOCKER_HUB_TOKEN }}
34+ - name : Log into Docker Hub
35+ uses : docker/login-action@v3
36+ with :
37+ username : ${{ github.actor }}
38+ password : ${{ secrets.DOCKER_HUB_TOKEN }}
3939 - name : Extract SDK metadata
4040 id : meta
4141 uses : docker/metadata-action@v4
4646 uses : docker/build-push-action@v6
4747 with :
4848 context : .
49- # push: true
49+ push : true
5050 tags : ${{ steps.meta.outputs.tags }}
5151 labels : ${{ steps.meta.outputs.labels }}
5252 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments