Skip to content

Commit 6ebf5db

Browse files
authored
Uncomment docker hub related part
1 parent e9b511f commit 6ebf5db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/sdk-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -46,7 +46,7 @@ jobs:
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

0 commit comments

Comments
 (0)