diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index 29b479ce..640242f2 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -73,8 +73,8 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3.2.0 with: - username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR_DEV }} - password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR_DEV }} + username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR_OTEL_DEV }} + password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR_OTEL_DEV }} - name: Build and push tailing sidecar multiplatform image run: make build-push-multiplatform TAG=${{ env.SIDECAR_IMAGE_DOCKERHUB }}:${{ steps.extract_tag.outputs.tag }} working-directory: ./sidecar/fluentbit @@ -148,8 +148,8 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3.2.0 with: - username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR_OPERATOR_DEV }} - password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR_OPERATOR_DEV }} + username: ${{ secrets.DOCKERHUB_LOGIN_TAILING_SIDECAR_OTEL_DEV }} + password: ${{ secrets.DOCKERHUB_PASSWORD_TAILING_SIDECAR_OTEL_DEV }} - name: Build and push tailing sidecar operator multiplatform image run: make build-push-multiplatform IMG=${{ env.OPERATOR_IMAGE_DOCKERHUB }}:${{ steps.extract_tag.outputs.tag }} working-directory: ./operator