We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d449413 commit 7e44db1Copy full SHA for 7e44db1
1 file changed
.github/workflows/cmake-build.yml
@@ -121,6 +121,12 @@ jobs:
121
run:
122
sudo cp -a ${{ github.workspace }}/docker/sdk-image/** ${{ steps.strings.outputs.build-output-dir }}/_packages/
123
124
+ - name: Login to Docker Hub
125
+ uses: docker/login-action@v3
126
+ with:
127
+ username: ${{ vars.DOCKERHUB_LOGIN }}
128
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
129
+
130
- name: Create SDK Docker image
131
if: matrix.c_compiler == 'gcc'
132
uses: docker/build-push-action@v7
0 commit comments