diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cca0095..2cdcde0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: run: docker build -t $OWNER/$IMAGE_NAME:local --build-arg NPM_AUTH_TOKEN=${{ secrets.NPM_AUTH_TOKEN }} . - name: Smoke test image run: .ci_scripts/smoke_test.sh - - uses: docker/login-action@v3.1.0 + - uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}